View Single Post
  #1  
Old 06-16-2007, 08:19 AM
  photo's Avatar 
photo photo is offline
 

X-Wizard
  
Join Date: Feb 2006
Location: UK
Posts: 1,146
 

Default Adding a form to a static page.

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
__________________
v4.1.10
In Dev v4.5.x


"If you don't keep an eye on your business, someone else will."
Reply With Quote