Skip to content

Instantly share code, notes, and snippets.

@rewmike
Created October 21, 2016 21:17
Show Gist options
  • Save rewmike/10c065bf127b02d686cc07ece11763d2 to your computer and use it in GitHub Desktop.
Save rewmike/10c065bf127b02d686cc07ece11763d2 to your computer and use it in GitHub Desktop.
BREW vs FESE
<form action="?submit" method="post">
<input type="hidden" name="contactform" value="true">
<input class="hidden" name="email" value="" autocomplete="off">
<input class="hidden" name="first_name" value="" autocomplete="off">
<input class="hidden" name="last_name" value="" autocomplete="off">
<div class="cols">
<div class="col fld w1/2">
<label>First Name</label>
<input name="onc5khko" value="" required>
</div>
<div class="col fld w1/2">
<label>Last Name</label>
<input name="sk5tyelo" value="" required>
</div>
<div class="col fld w1/2">
<label>Email</label>
<input type="email" name="mi0moecs" value="" required>
<small>Please provide a valid email address.</small>
</div>
<div class="col fld w1/2">
<label>Phone <small>(optional)</small></label>
<input type="tel" name="telephone" value="">
</div>
<div class="col fld w1/1">
<label>Subject <small>(optional)</small></label>
<input name="subject" value="">
</div>
<div class="col fld w1/1">
<label>Message</label>
<textarea cols="32" rows="6" name="comments" required></textarea>
</div>
<div class="col fld w1/1">
{opt_in}
</div>
<div class="btns">
<button type="submit" class="btn positive">Send</button>
</div>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment