Help Center AffiliCon

Data Transfer to the Order Form

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:

TermsField Names
E-mailbasic_addr_email
Phone Numberbasic_addr_phone
Companybilling_addr_company
First Namebilling_addr_firstname
Last Namebilling_addr_lastname
Streetbilling_addr_street
House Numberbilling_addr_housenumber
Addition to Addressbilling_addr_street2
Zipbilling_addr_zip
Citybilling_addr_city
Countrybilling_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 more questions, please write us via https://support.affilicon.net/contact/ or clients@affilicon.net.