I'm looking for a better way of placing PHP contact forms in fragments in brochure and store pages than using iframes.
I've renamed the page to a .php extension and put the include in a fragment...
The include doesn't even show in the code so I'm guessing that either there's more I need to do or it's not possible. Any ideas?
Malcolm
I've renamed the page to a .php extension and put the include in a fragment...
Code:
!!< <?php $GLOBALS['formOnly'] = true; include('http://www.v8bb.co.uk/forms/v8publications/20121128-c5e0/form.php'); ?> >!!
Malcolm
Comment