2 replies
  • WEB DESIGN
  • |
Hi Warriors, i need your help if you can

I have a squeeze page that is all done and ready i want to keed the optin box that i have so how do i add the HTML code from my autoresponder without changing my optin box?

The other thing is how do i redirect to a sales page when they hit the "sign up" button?

Thanks

Alex
#optin box #redirect #squeeze and sales pages
  • Profile picture of the author David V
    Originally Posted by altoro80 View Post

    Hi Warriors, i need your help if you can

    I have a squeeze page that is all done and ready i want to keed the optin box that i have so how do i add the HTML code from my autoresponder without changing my optin box?

    The other thing is how do i redirect to a sales page when they hit the "sign up" button?

    Thanks

    Alex
    You didn't say what autoresponder, but they will all be similar.
    You need to take the "Action=" from the autoresponder html and put that in your form tag.

    Aweber example: <form method="post" action="http://www.aweber.com/scripts/addlead.pl" >

    You then need the hidden fields from the html, put them inside the form tags.

    <form method="post" action="http://www.aweber.com/scripts/addlead.pl" >
    <input type="hidden" name="meta_web_form_id" value="12345678" />
    etc...
    etc...
    etc...
    </form>

    If you want to use New - Pastie and post the 2 codes you want to integrate, I'll look at it for you. I wouldn't post it here, it will be too long to post all of it.

    As far as sending the visitor to the home page after optin, you need to set this custom page in your autoresponder.
    Which means, you need to regenerate your html code since the redirect url will be part of that.

    You may want to consider sending them to a custom "please confirm" page instead of the home, but totally up to you.
    {{ DiscussionBoard.errors[7893648].message }}
  • Profile picture of the author altoro80
    Getresponse

    Thanks for the help, i will do that in my squeeze page

    Thanks a lot

    Alex
    {{ DiscussionBoard.errors[7895102].message }}

Trending Topics