mirror of
https://github.com/skoobasteeve/rayandgwen-wedding.git
synced 2026-03-20 06:58:56 +00:00
Merge pull request #2 from skoobasteeve/form-testing
fix form fields for netlify
This commit is contained in:
@@ -17,20 +17,20 @@ header:
|
||||
<label>Guest #1 <input type="text" name="name" required/></label>
|
||||
</p>
|
||||
<p>
|
||||
<label>Guest #2 (if applicable) <input type="text" name="email" /></label>
|
||||
<label>Guest #2 (if applicable) <input type="text" name="plus-one" /></label>
|
||||
</p>
|
||||
<p>
|
||||
<label>Email <input type="email" name="email" required/></label>
|
||||
</p>
|
||||
<p>
|
||||
<label for="attendance">Will you be attending?</label>
|
||||
<select class="form-control" id="attendance">
|
||||
<select class="form-control" id="attendance" name="attendance">
|
||||
<option value="yes">Yes</option>
|
||||
<option value="no">No</option>
|
||||
</select>
|
||||
</p>
|
||||
<p>
|
||||
<label>Questions / Comments <input type="text" name="email" /></label>
|
||||
<label>Questions / Comments <input type="text" name="comments" /></label>
|
||||
</p>
|
||||
<p>
|
||||
<button type="submit">Send</button>
|
||||
|
||||
Reference in New Issue
Block a user