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>
591
591
first meal is on us!
592
592
</ p >
593
593
594
- < form class ="cta-form " action =" # " >
594
+ < form class ="cta-form " name =" omnifood-sign-up " netlify >
595
595
< div >
596
596
< label for ="full-name "> Full Name</ label >
597
597
< input
598
+ name ="full-name "
598
599
id ="full-name "
599
600
type ="text "
600
601
placeholder ="John Smith "
@@ -605,6 +606,7 @@ <h2 class="heading-secondary">Get your first meal for free!</h2>
605
606
< div >
606
607
< label for ="email "> Email address</ label >
607
608
< input
609
+ name ="email "
608
610
id ="email "
609
611
type ="email "
610
612
placeholder ="me@example.com "
@@ -614,7 +616,7 @@ <h2 class="heading-secondary">Get your first meal for free!</h2>
614
616
615
617
< div >
616
618
< 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 >
618
620
< option value =""> Please choose one option</ option >
619
621
< option value ="friends "> Friends and family</ option >
620
622
< option value ="youtube "> YouTube Video</ option >
You can’t perform that action at this time.
0 commit comments