Web modules and Prestashop integration
I am trying to include a web form in a prestashop CMS page with an html box, but the script is not accepted.
The script is as follows:
<div class="pipedriveWebForms" data-pd-webforms="https://webforms.pipedrive.com/f/32PqdWxLLKDYMViDyhHl0rlBpvKkySzavmYA74UPS4jJTwlWVs0pLqO209tBGhDaP"><script src="https://webforms.pipedrive.com/f/loader"></script></div>
The same code works in wordpress!!
Anyone have any ideas?
Thanks
Frank
Comments
-
for your information, I solved the problem with this code:
<iframe src="https://webforms.pipedrive.com/f/32PqdWxLLKDYMViDyhHl0rlBpvKkySzavmYA74UPS4jJTwlWVs0pLqO209tBGhDaP" width="300" height="1100"<a href="https://webforms.pipedrive.com/f/32PqdWxLLKDYMViDyhHl0rlBpvKkySzavmYA74UPS4jJTwlWVs0pLqO209tBGhDaP"></a></iframe>
You have to enable the "iframe" fields on the Prestashop configuration
Regards
0