How to pass data after they optin to thank you page

6 replies
I want to pass a persons email address to the next page to prepopulate the email field for additional offers on a coreg page. I am using aweber and I enabled it inside aweber and its not working. Any ideas?
#data #optin #page #pass
  • Profile picture of the author KirkMcD
    What's not working? Aweber passing the details back to you or your processing of the details.
    A lot more details would be helpful.
    {{ DiscussionBoard.errors[7845244].message }}
  • Profile picture of the author blitz20
    I am trying to pass email address to the next page to prefill the coreg offers I have showing.
    {{ DiscussionBoard.errors[7846136].message }}
  • Profile picture of the author blitz20
    if you let me know what you need I can give you the details
    {{ DiscussionBoard.errors[7846337].message }}
    • Profile picture of the author Jeff Hope
      Have you added some code ( PHP for example ) to your thank you page to read and display the data returned from Aweber?
      {{ DiscussionBoard.errors[7846902].message }}
  • Profile picture of the author blitz20
    I have not added any php code on the thank you page
    {{ DiscussionBoard.errors[7846957].message }}
    • Profile picture of the author Brandon Tanner
      First, make sure you've done this.

      Then wherever you want the email address to appear on the thankyou page, do this...

      <?php echo $_GET['email']; ?>

      For example, in a typical text input, it would look something like this...

      <input type="text" value="<?php echo $_GET['email']; ?>">

      Just make sure that page has a .php extension, and you should be good to go.
      Signature

      {{ DiscussionBoard.errors[7847734].message }}

Trending Topics