Skip to content

Instantly share code, notes, and snippets.

@scriptmediala
Created May 11, 2016 19:01
Show Gist options
  • Select an option

  • Save scriptmediala/be8a3d3ed065eafac4f0175af5f0903e to your computer and use it in GitHub Desktop.

Select an option

Save scriptmediala/be8a3d3ed065eafac4f0175af5f0903e to your computer and use it in GitHub Desktop.

Revisions

  1. scriptmediala created this gist May 11, 2016.
    27 changes: 27 additions & 0 deletions Bing - Formspree | TY+Form
    Original 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>