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 @@ -576,13 +576,14 @@ <h2 class="heading-secondary">Get your first meal for free!</h2>
576
576
first meal is on us!
577
577
</ p >
578
578
579
- < form class ="cta-form " action =" # " >
579
+ < form class ="cta-form " name =" sign-up " netlify >
580
580
< div >
581
581
< label for ="full-name "> Full Name</ label >
582
582
< input
583
583
id ="full-name "
584
584
type ="text "
585
585
placeholder ="John Smith "
586
+ name ="full-name "
586
587
required
587
588
/>
588
589
</ div >
@@ -593,13 +594,14 @@ <h2 class="heading-secondary">Get your first meal for free!</h2>
593
594
id ="email "
594
595
type ="email "
595
596
placeholder ="me@example.com "
597
+ name ="email "
596
598
required
597
599
/>
598
600
</ div >
599
601
600
602
< div >
601
603
< label for ="select-where "> Where did you hear from us?</ label >
602
- < select name ="" id ="select-where " required >
604
+ < select name ="select-where " id ="select-where " required >
603
605
< option value =""> Please choose one option:</ option >
604
606
< option value ="friends "> Friends and family</ option >
605
607
< option value ="youtube "> Youtube video</ option >
You can’t perform that action at this time.
0 commit comments