I've stumbled across a previous post regarding this, but it was from 2 years ago and I believe the process may be different.
I have a "pre-order" opt-in page as a "step 1" in the order process of a clickbank product I'm ready to launch.
I'm wanting to pass the user's first name, last name, and email address (built into the optin form) over to the clickbank order page upon submit.
Clickbank gives me the data strings you can pass along, but I'm not sure how to properly configure this function or where to place it in my page code.
Below is the raw html code from the aweber form that needs to be manipulated. Not sure if it matters, but it's included anyway.
Thanks for any help that can be provided.
<center><form method="post" action="http://www.aweber.com/scripts/addlead.pl">
<input type="hidden" name="meta_web_form_id" value="1733612431">
<input type="hidden" name="meta_split_id" value="">
<input type="hidden" name="unit" value="EMAIL LIST">
<input type="hidden" name="redirect" value="DESTINATION PAGE" id="redirect_5fb7a0c31a05ac1477087820646d3e7c">
<input type="hidden" name="meta_redirect_onlist" value="DESTINATION PAGE">
<input type="hidden" name="meta_adtracking" value="Pre-Order Page">
<input type="hidden" name="meta_message" value="1">
<input type="hidden" name="meta_required" value="name,from">
<input type="hidden" name="meta_forward_vars" value="0">
<table>
<tr><td colspan=2><center></center></td></tr>
<tr><td>First Name:</td><td><input type="text" name="name" value="" size="20"></td></tr>
<tr><td>Last Name:</td><td><input type="text" name="custom Last" value="" size="20"></td></tr>
<tr><td>Email:</td><td><input type="text" name="from" value="" size="20"></td></tr>
<tr><td colspan=2><center><div>
<div> </div></div></center></td></tr>
<tr><td align="center" colspan="2"><input type="image" name="submit" value="Submit" src="IMAGE SOURCE" alt="Complete Order"></td></tr>
</table>
</form>
<img src="http://forms.aweber.com/form/displays.htm?id=jOzMzGyMTCzMjA==" border="0" />
</center>