imShack
11-05-2009, 12:34 AM
Hello,
I'm creating a co-registration page and would like to have certain information
displayed, depending on what form they submitted.
Example:
If visitor filled in form A, on the co-reg page, forms B, C and D
would be displayed
If visitor filled in form B, then forms A, C and D would display.
I know how to "show/hide" < div > with text or image links and I also know
how to use the php GET method to display variables from a URL.
The "Post Variables" are from Aweber.
/coreg.php?site=A&name=Name&from=Email
I have included a hidden variable named "site" in the original form to
determine where the visitor is coming from.
I'm trying to figure out how to hide the information that refers to the site
they just came from.
Thanks in advance,
Jeff
I'm creating a co-registration page and would like to have certain information
displayed, depending on what form they submitted.
Example:
If visitor filled in form A, on the co-reg page, forms B, C and D
would be displayed
If visitor filled in form B, then forms A, C and D would display.
I know how to "show/hide" < div > with text or image links and I also know
how to use the php GET method to display variables from a URL.
The "Post Variables" are from Aweber.
/coreg.php?site=A&name=Name&from=Email
I have included a hidden variable named "site" in the original form to
determine where the visitor is coming from.
I'm trying to figure out how to hide the information that refers to the site
they just came from.
Thanks in advance,
Jeff