Forum Moderators: open

Message Too Old, No Replies

Capture Page Code?

capture page code question

         

incomeexpert

5:58 pm on Dec 2, 2007 (gmt 0)

10+ Year Member



I have a question about splash page code that I though someone here might be able to answer. I'm a first time visitor, so please forgive me if this isn't the best place for this post.

I have a splash page I am creating that is linked to AWeber. When someone opts in to the splash page, they are forwarded to the splash page of the primary affiliate program I am marketing. (I want to collect their info in my Aweber list first).

The second splash page has first name and email fields, as well as a "code" field, where the opt in enters the security code on the page.

I'd like like to find a way to put some code on my first splash page that would cause the first name and email fields of the second splash page to be pre-filled with the name and email they entered into the first splash page. All the prospect would need to do would be to enter the security code on the second page.

Anyone know if this is possible? Or more to the point, what the code would be?

Thanks for any assistance!

thecoalman

1:59 pm on Dec 3, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You can use a server side language like php, you just echo the post data using either a if else statement or more simply the ternary operator. Scroll dow a little to the ternary description:

[php.net...]