I am trying to embed javascript webforms into my pages, this works however the visual page editor sometimes disables this code. To try and avoid this I was trying to use the short code exec PHP plugin to use a short code in the page instead. This plugin works well for adding contacts names etc. into the text, using this code:
echo $_GET['inf_field_Company'];
however when I place this code in:
echo '<script type="text/javascript" src="https://vf116.infusionsoft.com/app/form/iframe/333deacf6c499f7f8c4ae02a4422a5fa"></script>';
The page displays the webform always at the top of the page and not were the short code has been placed. Can you please help me?














