Skip to content

Commit 7aef353

Browse files
committed
Section 9 - Netlify
1 parent 13ee277 commit 7aef353

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

starter/07-Omnifood-Desktop/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)