You can transfer the customer data (e. g. e-mail, first name, last name etc.) automatically from your landing page to the AffiliCon order form.
This function pre-completes the order form, so that your customer needs only to enter his payment details.
Please find in the following table the list of the field names which you can use in your order form:
Terms | Field Names |
---|---|
basic_addr_email | |
Phone Number | basic_addr_phone |
Company | billing_addr_company |
First Name | billing_addr_firstname |
Last Name | billing_addr_lastname |
Street | billing_addr_street |
House Number | billing_addr_housenumber |
Addition to Address | billing_addr_street2 |
Zip | billing_addr_zip |
City | billing_addr_city |
Country | billing_addr_country |
To transfer the customer data from the landing page to the order form, please do the following:
1. Generate a form, which will be sent via POST.
<form action=”ORDERFORM_LINK” method=”post”>
Example:
<form action="https://secure.affilibank.de/affilicon/index?product=18465" method="post">
2. Generate input fields for all specific values which you would like to transfer in your order form.
<input type=”text” name=”Fieldname” />
Example for the field “First Name”:
<input type=”text” name="billing_addr_firstname" />
Hint for profis: If your customer already provided his data (e. g. during the registration or login), you can also use “hidden” fields.
3. Complete the form by clicking “Send” and close it.
<input type="submit" /></form>
Hint for profis: You can also use a graphical “Send” button (e. g. inscripted with “Buy now” or “Order now”).
Example of a full HTML code:
After entering his personal data in the contact form and clicking “Buy”, your customer will be directed to the AffiliCon order form.
The already entered data will be transferred to the order form by the HTML code mentioned above.
Example:
Your customer enters his personal data on your landing page.
This data will be automatically transferred to the AffiliCon order form.
If you have any questions, please get in contact with our support team.
Just write us a message using our help center via “Write an e-mail”.
We are looking forward to hearing from you!