Menu

form help

Help
markie
2005-01-23
2013-06-03
  • markie

    markie - 2005-01-23

    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

     
    • chizzle

      chizzle - 2005-01-31

      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..

       

Log in to post a comment.