You can include the form on any .html, htm, or php page by using the include statement.
To change the info in the email open the process.php file that corresponds to your form and you will see the line toward the bottom.
mail("Change Email Address Here","Change Subject Here",$message,"From: Change From Here");
Hi how can I Put forn on my webpage?
also I made a test form & when I check email: Subject: Form Submitted at your website
From: phpFormGenerator@
Can I change this info?
How would I change the form in frontpage? / dreamweaver?
Keep up the goodwork guys
You can include the form on any .html, htm, or php page by using the include statement.
To change the info in the email open the process.php file that corresponds to your form and you will see the line toward the bottom.
mail("Change Email Address Here","Change Subject Here",$message,"From: Change From Here");
To change the for in Frontpage or Dreamweaver see this thread..
http://sourceforge.net/forum/forum.php?thread_id=1201533&forum_id=149299
Hope this helps..