Skip to content

Commit

Permalink
New RSVP?
Browse files Browse the repository at this point in the history
Using Integrated Google Form.
  • Loading branch information
ericdiehl committed Sep 16, 2017
1 parent af9fcab commit 721418d
Showing 1 changed file with 3 additions and 57 deletions.
60 changes: 3 additions & 57 deletions pages/rsvp.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,62 +12,8 @@
w3-padding-16">RSVP</span>
</div>
<!-- Body -->
<div class="w3-content">
<!-- Title -->
<p>WE HOPE TO CELEBRATE OUR WEDDING DAY WITH YOU!</p>
<p>Please reply by January 1<sup>st</sup></p>
<!-- Contact -->
<div style="border: 1px solid white">
<!-- Groom -->
<p>Groom Contact<br />David Langan<br />
<a href="mailto:david.langan@comcast.net">david.langan@Comcast.net</a><br />
<a href="https://www.facebook.com/david.langan.142" target="_blank">
<i class="fa fa-facebook" aria-hidden="true"></i></a></p>
<!-- Bride -->
<p>Bride Contact<br />Natalie Hernandez<br />
<a href="mailto:natalieher05@gmail.com">Natalieher05@gmail.com</a></br />
<a href="https://www.facebook.com/natalie.hernandez.7503" target="_blank">
<i class="fa fa-facebook" aria-hidden="true"></i></a></p>
</div>
<!-- Form -->
<form action="" method="post">
<!-- Coming? -->
<input type="radio" name="coming" value="yes"> I can happily attend<br />
<input type="radio" name="coming" value="no"> I will unfortunately
be unable to attend<br /><br />
<!-- First Name -->
<label for="fName">*First Name: </label>
<input type="text" name="fname"><br /><br />
<!-- Last Name -->
<label for="lName">*Last Name: </label>
<input type="text" name="lname"><br /><br />
<!-- Email -->
<label for="email">Email: </label>
<input type="text" name="email"><br /><br />
<!-- Phone -->
<label for="phone">Phone: </label>
<input type="text" name="phone"><br /><br />
<!-- 21 -->
<input type="checkbox" name="21" value="yes"> 21 years or older<br /><br />
<!-- Entree -->
<label for="entree">Please select 1 Entr&#233;e</label><br />
<select>
<option hidden selected></option>
<option value="steak">Filet Mignon w/ Demi Glaze</option>
<option value="chicken">Boursin Stuffed Chicken w/ Spinach & Madeira Sauce</option>
<option value="pasta">Wild Mushroom Ravioli (Vegetarian)</option>
<option value="kids">Kid's Meal</option>
</select><br /><br />
<!-- Add Guest -->
<button>Add Guest</button><br /><br />
<!-- Not Going -->
<p>Your presence at the celebration will be truly missed</p>
<p>Contributions to the registry and honeymoon funds are happily
welcomed<br />Thanks for the love</p>
<!-- Reset -->
<input type="reset" value="Reset">
<!-- Submit -->
<input type="submit" value="Submit">
</form>
<div class="w3-content w3-center">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeb9yO15PS-szWZKQmBDjMJBCzzDpquwIZtOQKrctzUx2jcwA/viewform?embedded=true"
width="760" height="500">Loading...</iframe>
</div>
</div>

0 comments on commit 721418d

Please sign in to comment.