How To Pass Aweber Custom Form Data To Clickbank Order Page? [Solved!]

2 replies
I've spent 4 solid hours on this and it's becoming a little stressful...

(yes, I've searched google, WF, and everywhere in between for this!)

I'm setting up an Aweber form to capture name+email on 'Step 1' of an order process.

I simply want to pass the NAME and EMAIL to populate a clickbank order form as the 'Thank You' page.

I have 'personalization' checked on Aweber settings.

Here's what I've got for my custom form (with some things changed for privacy sake):

Code:
<form method="post" action="http://www.aweber.com/scripts/addlead.pl">
      
        <div style="display: none;">
<input type="hidden" name="meta_web_form_id" value="1950301004" />
<input type="hidden" name="meta_split_id" value="" />
<input type="hidden" name="listname" value="listname" />
<input type="hidden" name="redirect"  value="http://1.clickbankid.pay.clickbank.net/"  id="redirect_921cb6a24cd9301924a5187f2b7aa153" />
<input type="hidden" name="meta_redirect_onlist" value="http://1.clickbankid.pay.clickbank.net/" />
<input type="hidden" name="meta_adtracking" value="OrderStep1" />
<input type="hidden" name="meta_message" value="1" />
<input type="hidden" name="meta_required" value="name,email" />

<input type="hidden" name="meta_tooltip" value="" />
</div>

        <p>
            
            <div id="optinbutton">
            <input type="text" name="name" class="name" value="Enter  your name" onfocus="if(this.value==this.defaultValue)this.value='';"  onblur="if(this.value=='')this.value=this.defaultValue;" tabindex="500"  />
            <input type="text" name="email" class="email"  value="Enter your email"  onfocus="if(this.value==this.defaultValue)this.value='';"  onblur="if(this.value=='')this.value=this.defaultValue;" tabindex="501"  />
            <input name="submit" type="submit" value="Next Step" tabindex="502" />
            </div>
        </p>
    </form>
I can populate the Clickbank order form if I simply type "http://1.clickbankid.pay.clickbank.net?name=John&email=Em ail(at)Email.com" --> but can't get the Aweber form to pass this address string.

I feel I'm 95% there... just need that little "push".

Any help would be most appreciated. Thank you.

James
#aweber #clickbank #custom #data #form #order #page #pass
  • Profile picture of the author Jeff Hope
    Hi James,

    I think you'll need to add this to your optin form code:

    Code:
    <input type="hidden" name="meta_forward_vars" value="1">
    Jeff
    {{ DiscussionBoard.errors[7270271].message }}
    • Profile picture of the author 60north
      Jeff, it worked!

      Thank you so much - 4 hours of frustration has been solved in 40 seconds. Awesome.

      I owe you a beer mate!

      James
      {{ DiscussionBoard.errors[7270324].message }}

Trending Topics