Skip to content

Instantly share code, notes, and snippets.

View matthewarkin's full-sized avatar

Matt Arkin matthewarkin

View GitHub Profile
<form class="new_ticket" id="new_ticket" action="/tickets" accept-charset="UTF-8" method="post">
<input name="utf8" type="hidden" value="&#x2713;" />
<fieldset class="form-group">
<label for="ticket_name">Name</label>
<input placeholder="What&#39;s your name" class="form-control input-short" required="required" type="text" name="ticket[name]" id="ticket_name" />
</fieldset>
<fieldset class="form-group">
<label for="ticket_email">Email</label>
<input placeholder="Where can we email you?" class="form-control input-short" required="required" type="email" name="ticket[email]" id="ticket_email" />