Archived topic
embed form script
4 replies · Started by Alexander on May 15, 2020
Who can help me? I have a form code that I want to place on a page. That works with the block custom HTML. On the page I have two columns. Left text and right the embed script for the form. If I want to see the page, the form that the script would show is not visible. The strange thing is that if I place the script above the two columns across the width of the page, the forms is showing.
This is the code I want to place on the landingpage:
<!-- SharpSpring Form for GDPR whitepaper -->
<script type="text/javascript">
var ss_form = {'account': 'MzI0NwMA', 'formID': 'M040sLQ0NzDRTU5LStI1SbOw1E00NjXQNU5OtEwysjAzM0uxAAA'};
ss_form.width = '100%';
ss_form.height = '1000';
ss_form.domain = 'app-18G8TQS.marketingautomation.services';
// ss_form.hidden = {'field_id': 'value'}; // Modify this for sending hidden variables, or overriding values
// ss_form.target_id = 'target'; // Optional parameter: forms will be placed inside the element with the specified id
// ss_form.polling = true; // Optional parameter: set to true ONLY if your page loads dynamically and the id needs to be polled continually.
</script>
<script type="text/javascript" src="https://koi-18G8TQS.marketingautomation.services/client/form.js?ver=2.0.1"></script>
Hi there,
What columns are you using?
Gutenberg columns?
Hi Leo
I use the Gutenberg columns
Hi there,
can you link us to a page with the script added inside a Gutenberg column ?
okay, let's see how I'm going to do that. I have the website locally on my computer.I'm going to see if I can quickly show it on a remote server.