Skip to content

Instantly share code, notes, and snippets.

@scriptmediala
Created May 11, 2016 19:01
Show Gist options
  • Save scriptmediala/be8a3d3ed065eafac4f0175af5f0903e to your computer and use it in GitHub Desktop.
Save scriptmediala/be8a3d3ed065eafac4f0175af5f0903e to your computer and use it in GitHub Desktop.
rchvac - forms
<h3>Quick Quote</h3>
<p >We Will Call You Within 1 Business Day </p>
<form action="https://formspree.io/online@therightchoicehvac.com" id="ac-newsletterForm" method="POST">
<input type="hidden" name="_next" value="http://www.therightchoicela.com/thank-you/1-2/" />
<div class="form-group">
<label for="name" >Name:</label>
<input type="text" name="name">
</div>
<div class="form-group">
<label for="_replyto">Email:</label>
<input type="email" name="_replyto">
</div>
<div class="form-group">
<label for="phone">Phone:</label>
<input type="text" name="phone">
</div>
<select name="type">
<option value="select" name="select">Select Type:</option>
<option value="ac repair" name="ac repair">AC Repair</option>
<option value="ac install" name="ac install">AC Install</option>
<option value="ac service" name="ac service">AC Service</option>
<option value="other" name="other">Other</option>
</select><br><br>
<input type="submit" value="Send">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment