Is there a way to do this with confirmation page?

3 replies
Hi,

If a visitor fills out a squeeze page they are normally redirected to a confirmation page
that tells them to go and check their email and click on the confirmation link.

Is there a script that can determine what email address the user entered in the squeeze page and then automatically have a link on the confirmation page that will take the visitor to his email client if clicked?

For example: User entered johndoe@gmail.com on the squeeze page. Script picks this up and on the confirmation page after my instructions inserts the text: Click here to go to your Gmail account.

Say you make it like that for the 10 most popular free email address hosts.

This possible?

Just think it would increase the number of double optin subscribers

Sam
#confirmation #page
  • Profile picture of the author Home Easy Earn
    I have not seen this in any confirmation email I have received, but the bet way to find out is to ask on the help section of the autoresponder you use.
    {{ DiscussionBoard.errors[2148778].message }}
  • Profile picture of the author Tooschee
    of course its possible to do, You need a small php script, which will recognise what is written after the "@" sign, an let you choose what the text should look like.

    Here the rough code, propably will not work as I wrote it in a "quick mode":
    PHP Code:
    #str = "example@gmail.com";

    #arr1 = str_split();
    #tempCount = 0;
    #stringLenght = strlen (  )

    for ( i=0#stringLenght; i++ )
    {
        if (
    #arr[i] = "@") #tempcount = i;
    }

    #outcome = substr ( #str , #tempCount, #stringLenght )

    if ( #outcome = "gmail.com" )
    {
        echo 
    'go to gmail.com';
    }
    elseif ( 
    #outcome = "hotmail.com" )
    {
        echo 
    ' go to hotmail.com';

    there's a problem with the dollar character at the forum so simply switch the "#" to dollar character and You'll have a breif code for it
    Signature

    I'm available for work. See my Portfolio.
    I'm also a member of Ke.mU Studio
    Need great looking mini site? Visit Professional Landing Pages
    {{ DiscussionBoard.errors[2152092].message }}
    • Profile picture of the author Tyson Faulkner
      Instead of focusing on that...you could try giving another little bonus away to your subscribers for the double opt-in.

      I've never heard or seen anyone do this, so you might be on to something. Or maybe it's been tried and was too much hassle. Would definitely make an interesting test.
      {{ DiscussionBoard.errors[2152103].message }}

Trending Topics