IFrame form
IFrame Form - Code to embed the order form on your website.

Form Setup
You can configure the form settings in the "Form" section of the offer's card by clicking the "</>" button.
  • Choose a Language – You can select the language in which the form text will be displayed.
  • Default Country – Choose the country that will be displayed in the form by default.
  • Country Selection – If you leave the country selection enabled, the client will be able to choose the country independently. If you disable the country selection, leads will go to the default country.
  • Flow – Select the flow from the offer to which the submission will be attached. This will allow you to receive postbacks configured for the selected flow. All other flow settings will not be applied to this form.
  • Show Price – Allows you to enable or disable the display of the price in the form.
  • Protocol – Choose the same protocol (http or https) that you are using on the site where you will place the form (protocols must match).
  • Color – Choose the color of the form.
You can copy the form code from the corresponding field in the form settings. The code will appear after selecting the flow.
You can also copy the form code to the clipboard by clicking the corresponding button.
If you haven't configured the form settings, the standard version code will be copied. If you have configured it, the code with all settings will be copied.

You can adjust the width and height of the form by adding the width and height parameters before the closing form tag.

Example:

<iframe src="https://xshopcart.com/form/?off=8eKMsewe&lnk=17575&m=414986b3&language=it&country=IT&select=countryDefault&s=EZyFrvEJ&color=blue&is_price=no" width="500" height="500"></iframe>

Form and Pixels
You can connect a tracker (pixel) to the form. You need to add the pixel macro to its code.
For example, for Facebook, the macro would be fb_pixel=111111, where 11111 is the ID of your pixel.
The macro is added after the country=IT parameter.

Example:

<iframe src="https://xshopcart.com/form/?off=8eKMsewe&lnk=17575&m=414986b3&language=it&country=IT&fb_pixel=1111111111&select=countryDefault&s=EZyFrvEJ&color=blue&is_price=no" width="500" height="500"></iframe>