PrestaShop is a free shopping cart platform that helps small to large businesses build and run a successful online store. They’re committed to providing the best shopping cart experience for merchants and customers.
Please read below if you have a PrestaShop website and want to embed your Jotform form to a page.
Allow Iframes on HTML Fields
By default, PrestaShop does not allow iframe on page contents or product descriptions. You will have to enable the support for iframes from your PrestaShop dashboard. You can do it in just a few clicks.
- In your PrestaShop dashboard, expand the Shop Parameters menu on the left side.
- Click the General option.
- Toggle Allow iframes on HTML fields to “Yes”.
- Scroll down, and click the Save button at the bottom.
Preparing Your Embed Code for PrestaShop
- In the Form Builder, go to the Publish tab.
- Choose Embed on the left then select the Iframe option.
- Click the Copy Code button.
- Edit the code and remove the script part by deleting all the lines after
</iframe>
. - Next, search and delete
onload="window.parent.scrollTo(0,0)"
from the iframe code, so the final code should look like this:
<iframe
id="JotFormIFrame-221442450400035"
title="Form"
allowtransparency="true"
allowfullscreen="true"
allow="geolocation; microphone; camera"
src="https://form.jotform.com/221442450400035"
frameborder="0"
style="
min-width: 100%;
height:539px;
border:none;"
scrolling="no"
>
</iframe>
Note
You may need to adjust the form height from 539px to your actual form’s height.
Adding Form to PrestaShop
- In your PrestaShop dashboard, expand the Design menu on the left side.
- Click Pages from the list of options.
- At the top, click Add New Page if you want to add a new page to the form. Otherwise, click the edit (pencil) icon on your existing page.
- In the Page content editor, click the Source code icon.
- Paste the modified iframe code in the Source code editor.
- Click Ok. At this stage, you won’t see the form.
- Finally, click the Save and Preview or Save button to save the changes to the page. The Save and Preview button will open the page on a new tab where you can see the full preview of the page with the form in it.
Note
We have installed and used PrestaShop version 1.7.8.5 for the above steps and screenshots.
Do you have any questions, suggestions, or feedback? Please leave a comment below. You can also reach us for your inquiries by creating a support ticket.
Send Comment:
1 Comments:
More than a year ago
This works, but what I need is to launch the form from a button on the page. Is this possible?