mirror of
https://github.com/skoobasteeve/rayandgwen-wedding.git
synced 2026-03-19 22:58:55 +00:00
working submission form
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -6,6 +6,9 @@
|
|||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
|
||||||
|
# VS Code
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
# Ruby Gem
|
# Ruby Gem
|
||||||
*.gem
|
*.gem
|
||||||
.bundle
|
.bundle
|
||||||
|
|||||||
@@ -10,55 +10,29 @@ header:
|
|||||||
overlay_image: /assets/images/banner.jpg
|
overlay_image: /assets/images/banner.jpg
|
||||||
---
|
---
|
||||||
|
|
||||||
<form class="p-3">
|
# RSVP
|
||||||
<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">
|
<form name="contact" action="/success/" netlify>
|
||||||
<label for="seeAnotherField">Do You Want To See Another Field?</label>
|
<p>
|
||||||
<select class="form-control" id="seeAnotherField">
|
<label>Guest #1 <input type="text" name="name" /></label>
|
||||||
<option value="no">No Way.</option>
|
</p>
|
||||||
<option value="yes">Absolutely!</option>
|
<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>
|
</select>
|
||||||
</div>
|
</p>
|
||||||
|
<p>
|
||||||
<div class="form-group" id="otherFieldDiv">
|
<label>Questions / Comments <input type="text" name="email" /></label>
|
||||||
<label for="otherField">Here you go!</label>
|
</p>
|
||||||
<select class="form-control" id="otherField">
|
<p>
|
||||||
<option>Yay</option>
|
<button type="submit">Send</button>
|
||||||
<option>Woo</option>
|
</p>
|
||||||
<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>
|
|
||||||
</form>
|
</form>
|
||||||
15
_pages/success.md
Normal file
15
_pages/success.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
title: "Ray and Gwen's 2021 Wedding Exxtravaganza!"
|
||||||
|
layout: splash
|
||||||
|
permalink: /success/
|
||||||
|
author_profile: false
|
||||||
|
masthead: false
|
||||||
|
header:
|
||||||
|
overlay_color: "#000"
|
||||||
|
overlay_filter: "0.5"
|
||||||
|
overlay_image: /assets/images/banner.jpg
|
||||||
|
---
|
||||||
|
|
||||||
|
# Thanks for your RSVP!
|
||||||
|
|
||||||
|
Go back [home](../index.html)
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"folders": [
|
|
||||||
{
|
|
||||||
"path": ".."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "../../skoobasteeve.github.io.2"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"settings": {}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user