mirror of
https://github.com/skoobasteeve/rayandgwen-wedding.git
synced 2026-03-20 06:58:56 +00:00
working submission form
This commit is contained in:
@@ -10,55 +10,29 @@ header:
|
||||
overlay_image: /assets/images/banner.jpg
|
||||
---
|
||||
|
||||
<form class="p-3">
|
||||
<div class="form-group">
|
||||
<label for="name">Name</label>
|
||||
<input type="text" class="form-control" id="name" placeholder="Joe Smith">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="seeAnotherField">Do You Want To See Another Field?</label>
|
||||
<select class="form-control" id="seeAnotherField">
|
||||
<option value="no">No Way.</option>
|
||||
<option value="yes">Absolutely!</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group" id="otherFieldDiv">
|
||||
<label for="otherField">Here you go!</label>
|
||||
<select class="form-control" id="otherField">
|
||||
<option>Yay</option>
|
||||
<option>Woo</option>
|
||||
<option>Hazah</option>
|
||||
<option>Yipee</option>
|
||||
<option>Hoorah</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="seeAnotherFieldGroup">Do You Want To See Another Group of Fields?</label>
|
||||
<select class="form-control" id="seeAnotherFieldGroup">
|
||||
<option value="no">Not Particularly.</option>
|
||||
<option value="yes">I Guess!</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group" id="otherFieldGroupDiv">
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
<label for="otherField1">Group: Heres One!</label>
|
||||
<input type="text" class="form-control w-100" id="otherField1">
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<label for="otherField2">Group: Another One!</label>
|
||||
<input type="text" class="form-control w-100" id="otherField2">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="comments">Comments/Questions</label>
|
||||
<textarea class="form-control" id="comments" rows="3"></textarea>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
# RSVP
|
||||
|
||||
<form name="contact" action="/success/" netlify>
|
||||
<p>
|
||||
<label>Guest #1 <input type="text" name="name" /></label>
|
||||
</p>
|
||||
<p>
|
||||
<label>Guest #2 (if applicable) <input type="text" name="email" /></label>
|
||||
</p>
|
||||
<p>
|
||||
<label>Email <input type="email" name="email" /></label>
|
||||
</p>
|
||||
<p>
|
||||
<label for="attendance">Will you be attending?</label>
|
||||
<select class="form-control" id="attendance">
|
||||
<option value="yes">Yes</option>
|
||||
<option value="no">No</option>
|
||||
</select>
|
||||
</p>
|
||||
<p>
|
||||
<label>Questions / Comments <input type="text" name="email" /></label>
|
||||
</p>
|
||||
<p>
|
||||
<button type="submit">Send</button>
|
||||
</p>
|
||||
</form>
|
||||
Reference in New Issue
Block a user