Skip to content

Instantly share code, notes, and snippets.

@surefirewebserv
Created April 15, 2015 15:30
Show Gist options
  • Select an option

  • Save surefirewebserv/b37d11b776d7bae7147a to your computer and use it in GitHub Desktop.

Select an option

Save surefirewebserv/b37d11b776d7bae7147a to your computer and use it in GitHub Desktop.

Revisions

  1. surefirewebserv created this gist Apr 15, 2015.
    10 changes: 10 additions & 0 deletions form.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    <form action="your_action_url" method="post">
    <p class="et_bloom_popup_input et_bloom_subscribe_name"> <!-- keep note of the paragraph and the classes being used, you need this -->
    <input type="text" id="input_1" name="q1_control_fname" size="50" placeholder="Name" /> <!-- Placeholder is important -->
    </p>
    <p class="et_bloom_popup_input et_bloom_subscribe_email">
    <input type="email" class="validate[required, Email]" id="input_4" name="q4_email" size="50" placeholder="Email Address" />
    </p>

    <button id="input_2" type="submit" class="form-submit-button">Learn How!</button>
    </form>