Skip to content

Instantly share code, notes, and snippets.

@daneasterman
Created July 29, 2015 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daneasterman/9884689308dc6b98f0de to your computer and use it in GitHub Desktop.
Save daneasterman/9884689308dc6b98f0de to your computer and use it in GitHub Desktop.
<h1>Manage your Booking</h1>
<div id="searchBooking">
<form action="/searches/show" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="&#x2713;" /><input type="hidden" name="authenticity_token" value="Xnp2eU8ZOao0Ba0oLi2orGerKtHJxSUQQWx028RUMtq6DEzvZQfLa4SssrUyxZEDKsKdqZChc2PiuANBjHsd+A==" />
<label for="Please_enter_your_booking_reference">Please enter your booking reference</label>
<input type="text" name="confirmation_number" id="confirmation_number" />
<label for="Please_enter_your_email:">Please enter your email:</label>
<input type="text" name="email" id="email" />
<input type="submit" value="Find booking" />
</div>
<div class="field">
<input type="text" name="partner_code" id="partner_code" value="DEV-DAN-BETH:73411" />
</div>
<div class="field">
<input type="text" name="restaurant_location_id" id="restaurant_location_id" value="37584" />
</div>
<div class="field">
<input type="text" name="session_id" id="session_id" value="DINNER" />
</div>
<div class="field">
<br>
<input type="text" name="dining_date_and_time" id="dining_date_and_time" value="2015-07-07T17:30:00+00:00" />
</div>
<div class="field">
<label for="size">Guests</label><br>
<input type="text" name="size" id="size" value="2" />
</div>
<!-- HIDDEN PERSONAL DETAILS -->
<div class="field">
<br>
<input type="text" name="first_name" id="first_name" value="Daniel" />
</div>
<div class="field">
<br>
<input type="text" name="last_name" id="last_name" value="Easterman" />
</div>
<div class="field">
<label for="email">Email</label><br>
<input type="text" name="guestEmail" id="guestEmail" />
</div>
<div class="actions">
<input type="submit" value="Continue" />
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment