Autoresponder Code Replacement

How to add your autoresponder code to the squeeze page


  1. Open the file in an HTML or text editor such as Notepad (Windows) or TextEdit (Mac).
  2. Locate the following code:

    <!-- ########################### -->
    <!-- ##  START - REPLACE THE FOLLOWING CODE SECTION WITH YOUR AUTORESPONDER CODE  ## -->
    <form>
      <div>
        <div>
          <label for="exampleEmailInput">Gain Immediate Access To My Special Report!</label>
          <input type="email" placeholder="email address" id="exampleEmailInput">
        </div>    
      </div>
        <input type="submit" value="Submit">
    </form>
    <!-- ##  END - REPLACE THE FOLLOWING CODE SECTION WITH YOUR AUTORESPONDER CODE  ## -->
    <!-- ########################### -->
  3. Replace everything BETWEEN the comments that say…
    <!-- ##  START - REPLACE THE FOLLOWING CODE SECTION WITH YOUR AUTORESPONDER CODE  ## -->
    <!-- ##  END - REPLACE THE FOLLOWING CODE SECTION WITH YOUR AUTORESPONDER CODE  ## -->

    with the HTML or script form code from your autoresponder service
  4. Save the file.
  5. Open the file in a browser to be sure the code has been properly placed.

NOTE: You MAY need to upload the page to your server before you can see the changes. Some autoresponder networks may use code that won’t show up correctly unless the site is online.  

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.