Script

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
User avatar
davehappen
 
 
Posts: 238
Joined: Mon Apr 06, 2020 5:20 am

Script

Post by davehappen »

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
User avatar
Pablo
 
Posts: 21572
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Script

Post by Pablo »

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
User avatar
davehappen
 
 
Posts: 238
Joined: Mon Apr 06, 2020 5:20 am

Re: Script

Post by davehappen »

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 :D :D :D :D :D :D
Post Reply