Results 1 to 2 of 2

Thread: .php thank you pages
      
   

  1. #1
    SDWellness is offline Corporal
    Join Date
    Jul 2007
    Posts
    16

    Default .php thank you pages

    On .php Thank You Pages, after the PHP HTML code gets pasted at the begining of the body, in the "$mailbody =" line we need to replace "Values submitted from website form :\n". What exactly do we put in there? I am assuming since there are 12 input fields on my form that I put a "12" in there. What is the exact text that needs to be put in that line of code?

    Also, does it go in the "Begining Of Body Tab" or somewhere else?

    I tested the form after publishing the page but the Thank You page got
    a 404 Error and I didn't receive an e-mail.

  2. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: .php thank you pages

    The line "Values submitted from website form :\n" is just text above all of your submitted form fields.

    It shoudn't matter where on the page you put the html code. If you get an error

    And chances are your action isn't correct, or if using a header redirect when you submit the form and after it redirects it is giving you the 404 error then the location of that file is probably wrong.

    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49