question about Values submitted from web site form

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Lflagg
    Sergeant First Class

    • Aug 2007
    • 51

    #16
    Re: question about Values submitted from web site form

    i was thinking... how do i do to create this second "action page" which i called Client_contact.php to be related to the clients form inquiry?
    what shoud i do with the sumbit button on that page?

    Comment

    • Watdaflip
      Major General

      • Sep 2005
      • 2116

      #17
      Re: question about Values submitted from web site form

      Basically all you do is make copies of all the pages involved with the form. (Normally just the form and the script to process it, but if you have the line at the bottom header("location: somefile.htm"); (or .php) then you will need to make a copy of somefile.

      Rename the copies to something meaningful if you wish, but basically you need to change the "action" of the form. It will still be set to action.php (or whatever you call it), or the original form, you need to name it to the copy of that form you created. And then in the second copy of action.php at the bottom if you have the header(... line then change the file in that to the copy you made of that. And then on that copy make whatever success or thank you message change you want

      Register/Login Script
      Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

      Comment

      • Lflagg
        Sergeant First Class

        • Aug 2007
        • 51

        #18
        Re: question about Values submitted from web site form

        sorry... didn't get it.... i don't have that amount of knowledge....
        can u plz explain it to a beginner?
        thanks and sorry for bothering...

        Comment

        • Craqer
          Corporal

          • Aug 2007
          • 10

          #19
          Re: question about Values submitted from web site form

          Had a problem and now i get what was wrong.

          Comment

          Working...
          X