Page 1 of 1

iFrame in Script Tab Possible? - No Popup

PostPosted: Tue Jul 26, 2022 12:46 am
by inspire888
Hi All,

I'm trying to get an iFrame to appear in the script tab as opposed to having a popup box - we've got a custom form that I want to populate with the next leads details.

Without an iFrame I can get this to work - ie. popup, using VARhttps://xxxxxxxxxxxx in the webform field but I'd rather it go in the script tab.

I've checkout out this previous post http://www.eflo.net/VICIDIALforum/viewt ... =4&t=33353 but it still doesn't seem to work.

The width and height all get mucked up and the variables don't get passed on.

Any ideas?

Thanks

Re: iFrame in Script Tab Possible? - No Popup

PostPosted: Tue Aug 02, 2022 7:22 pm
by carpenox
<iframe src="https://websitehere.com?first_name=--A--first_name--B--&last_name=--A--last_name--B--&phone=--A--phone_number--B--&email=--A--email--B--&calendar_notes=--A--address1--B--" style="width: 100%; height:445px; border:none;overflow: hidden;"></iframe>

Try something like this