Skip to content

Commit

Permalink
#2 fix form attributes for netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
alilosoft committed Sep 5, 2022
1 parent dcf255a commit 03b9947
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -577,11 +577,12 @@ <h2 class="heading-level-2">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 class="cta-form" name="subscribe" netlify>
<form class="cta-form" name="signup" netlify>
<div>
<label for="full-name">Full Name</label>
<input
id="full-name"
name="full-name"
type="text"
placeholder="Ali Fellahi"
required
Expand All @@ -591,14 +592,15 @@ <h2 class="heading-level-2">Get your first meal for free!</h2>
<label for="email">Email Address</label>
<input
id="email"
name="email"
type="email"
placeholder="[email protected]"
required
/>
</div>
<div>
<label for="hear-from">Where did you hear about us?</label>
<select id="hear-from" required>
<select id="hear-from" name="hear-from" required>
<option value="">Please select an option</option>
<option value="friends">Friends & Family</option>
<option value="social-ads">Social Media Ads</option>
Expand Down

1 comment on commit 03b9947

@vercel
Copy link

@vercel vercel bot commented on 03b9947 Sep 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kalbonyan-elmarsos – ./

kalbonyan-elmarsos-alilosoft.vercel.app
kalbonyan-elmarsos-git-main-alilosoft.vercel.app
omnifood-alilo.vercel.app

Please sign in to comment.