Created
May 11, 2016 19:01
-
-
Save scriptmediala/be8a3d3ed065eafac4f0175af5f0903e to your computer and use it in GitHub Desktop.
Revisions
-
scriptmediala created this gist
May 11, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,27 @@ <h3>Quick Quote</h3> <p >We Will Call You Within 1 Business Day </p> <form action="https://formspree.io/[email protected]" 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>