Hello,
I am using
EternalMart Form Processor Pro and I would like to add a form to a static page. According to the instructions I need to add this include code,
Code:
<?php include_once('/home/virtual/site1/fst/var/www/html/emformpro/emform_include.php');?>
and then add this code to where ever I want to display the form,
Code:
<?php print get_emform_form("","myform");?>
My question is, where would I need to put the include and would I be able to just put
Code:
<?php print get_emform_form("","myform");?>
on the static page without it causing problems?
Thanks