Skip to content

Commit

Permalink
Added form details
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelAllanMJ committed Jun 30, 2022
1 parent 291307d commit 08378f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -584,14 +584,15 @@ <h2 class="heading-secondary">Get your first meal for free!</h2>
eating well today. You can cancel or pause anytime. And the
first meal is on us!
</p>
<form action="#" class="cta-form">
<form class="cta-form" name="sign-up" netlify>
<!-- Using for we are linking the input and the label -->
<div>
<label for="full-name">Full Name</label>
<input
id="full-name"
type="text"
placeholder="John Smith"
name="full-name"
required
/>
</div>
Expand All @@ -601,12 +602,13 @@ <h2 class="heading-secondary">Get your first meal for free!</h2>
id="email"
type="email"
placeholder="[email protected]"
name="email"
required
/>
</div>
<div>
<label for="">Where did you hear from us?</label>
<select name="" id="select-where" required>
<select name="select-where" id="select-where" required>
<option value="">Please chose one options</option>
<option value="friends">Friends and family</option>
<option value="youtube">Youtube Videos</option>
Expand Down

0 comments on commit 08378f0

Please sign in to comment.