File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
starter/09-Omnifood-Optimizations Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -536,20 +536,26 @@ <h2 class="heading-secondary">Get your first meal for free!</h2>
536
536
can cancel or pause anytime. And the first meal is on us!
537
537
</ p >
538
538
539
- < form class ="cta-form " action =" # " >
539
+ < form class ="cta-form " name =" sign-up " netlify >
540
540
< div >
541
541
< label for ="full-name "> Full Name</ label >
542
- < input id ="full-name " type ="text " placeholder ="John Smith " required />
542
+ < input
543
+ id ="full-name "
544
+ type ="text "
545
+ placeholder ="John Smith "
546
+ name ="full-name "
547
+ required
548
+ />
543
549
</ div >
544
550
545
551
< div >
546
552
< label for ="email "> Email address</ label >
547
- < input id ="email " type ="email " placeholder ="me@example.com " required />
553
+ < input id ="email " type ="email " placeholder ="me@example.com " name =" email " required />
548
554
</ div >
549
555
550
556
< div >
551
557
< label for ="select-where "> Where did you hear from us?</ label >
552
- < select id ="select-where " required >
558
+ < select id ="select-where " name =" select-where " required >
553
559
< option value =""> Please choose one option:</ option >
554
560
< option value ="friends "> Friends and family</ option >
555
561
< option value ="youtube "> YouTube video</ option >
You can’t perform that action at this time.
0 commit comments