File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
starter/07-Omnifood-Desktop Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -591,10 +591,11 @@ <h2 class="heading-secondary">Get your first meal for free!</h2>
591591 first meal is on us!
592592 </ p >
593593
594- < form class ="cta-form " action =" # " >
594+ < form class ="cta-form " name =" omnifood-sign-up " netlify >
595595 < div >
596596 < label for ="full-name "> Full Name</ label >
597597 < input
598+ name ="full-name "
598599 id ="full-name "
599600 type ="text "
600601 placeholder ="John Smith "
@@ -605,6 +606,7 @@ <h2 class="heading-secondary">Get your first meal for free!</h2>
605606 < div >
606607 < label for ="email "> Email address</ label >
607608 < input
609+ name ="email "
608610 id ="email "
609611 type ="email "
610612 placeholder ="me@example.com "
@@ -614,7 +616,7 @@ <h2 class="heading-secondary">Get your first meal for free!</h2>
614616
615617 < div >
616618 < label for ="select-where "> Where di you hear from us?</ label >
617- < select id ="select-where " required >
619+ < select id ="select-where " name =" select-where " required >
618620 < option value =""> Please choose one option</ option >
619621 < option value ="friends "> Friends and family</ option >
620622 < option value ="youtube "> YouTube Video</ option >
You can’t perform that action at this time.
0 commit comments