Hi all, I'm trying to a script to a site in a layout grid about 2/3rds of the way down the site. No matter where i place the script it appears either at the top or bottom of the page
Here's is the script
<script src="https://app.clientsnest.net/EP_FormsBui ... "></script>
<div style="display:none;">
[estimation_form form_id="4897"]
</div>
This is a popup version
<script src="https://app.clientsnest.net/EP_FormsBui ... "></script>
<div style="display:none;">
[estimation_form form_id="4897" popup="true"]
</div>
With a css class
<a href="#" class="open-estimation-form form-4897">
Open Form
</a>
Any help on placing either would be appreciated
Thanks
Dave
Script
Re: Script
The script needs to be placed inside an HTML object.
Note, however that the script will be inserted "AS IS", so if the code positions itself at the top then the software will not change this.
In that case, you will need to modify the script.
See also:
https://www.wysiwygwebbuilder.com/add_html.html
Note, however that the script will be inserted "AS IS", so if the code positions itself at the top then the software will not change this.
In that case, you will need to modify the script.
See also:
https://www.wysiwygwebbuilder.com/add_html.html
- davehappen
-
- Posts: 239
- Joined: Mon Apr 06, 2020 5:20 am
Re: Script
Thanks for the update, Have tried HTML tag Embeded page with and without HTML tag nothing works, Might try an iframe inside a layout grid, who knows






