Results 1 to 9 of 9

Thread: Form PHP
      
   

  1. #1
    donprofit is offline Second Lieutenant
    Join Date
    Jun 2007
    Posts
    122

    Default Form PHP

    As usual I'm having a problem with the php on the thank you page of my form. I've read the tutorials a 100 times both the video and the written ones. They both leave out the part that I need to know and that is what to replace the "mail subject" and and values submitted from web site form" with. I'd appreciate an example of both as neither tutorial finished out by giving those.
    I used the code from the written tutorial under the video which I had used before and it was messed up. Is it fixed now or is my problem also with the code?
    donprofit

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

    Default Re: Form PHP

    You can replace it with whatever you want. Just place the text between the "" without using a ".

    I am not aware of anything messed up with it, but I am sure it would have been fixed.

    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

  3. #3
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Form PHP

    These are just pieces of text, and you just put in there whatever you like. In example, as Mail Subject you can have "Web Form Submission" and, instead of "Values submitted from web site form" -> "There has been a new submission. Here is the info submitted:"

    There is no problem with the text and the code in the tutorial
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  4. #4
    donprofit is offline Second Lieutenant
    Join Date
    Jun 2007
    Posts
    122

    Default Re: Form PHP

    I sure don't have any idea what I'm doing wrong. Is there anything that I could be messing up without realizing it. I keep replacing the code and putting in what I think is supposed to go in it. I haven't put in anything different but somewhere I'm not doing something wrong.
    Is there anything in the form page I might be doing wrong? I've been working on this all day and really getting frazzled over it.
    donrock

  5. #5
    donprofit is offline Second Lieutenant
    Join Date
    Jun 2007
    Posts
    122

    Default Re: Form PHP

    The name of my site is profitinforeclosures.com and everytime I submit an email I end up with a 404 error and thisurl in my browser window "profitinforeclosures.com/action.php. The tutorial said the action.php would be dealt with in a minute but no further mention of it was made. Could this have something to do with this thing not working?

    I even went in and made a whole new one to see if I could get a real simple one to work. Still no good.

    I can't believe this.
    donrock

  6. #6
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Form PHP

    Your problem is, i believe, very simple: you have saved the "action" page as "thankyou". So, the page that should process your form, is http://profitinforeclosures.com/thankyou.php .

    Open your form page in BV, and change the "Action" field to be "thankyou.php"

    if you have pasted the php script correctly in your thank you page, your form should work just fine.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  7. #7
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Form PHP

    Quote Originally Posted by donprofit View Post
    The tutorial said the action.php would be dealt with in a minute but no further mention of it was made.
    The meaning of the above is that the code thing is dealt with later on, and infact it is, in the TEXT that is UNDER the video tutorial.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  8. #8
    donprofit is offline Second Lieutenant
    Join Date
    Jun 2007
    Posts
    122

    Default Re: Form PHP

    I just spent another 3 hours trying to make the form work and I still can't figure it out.
    The one you referenced to (thank you) works fine. I'm trying to put a new one on and can't make it work.
    If you get a chance could you look at it for me.
    The address of the page is http://profitinforeclosures.com/infoform.html and the thank you is http://profitinforeclosures.com/infothankyou.html
    I must be doing something wrong in putting it together. I've used code from the tutorial, some I got from here a while back and even the ones that work on the site.
    I've tried every combination and nothing seems to work.
    donprofit

  9. #9
    donprofit is offline Second Lieutenant
    Join Date
    Jun 2007
    Posts
    122

    Default Re: Form PHP

    I just found out the info thank doesn't work and have deleted it and will make another one.
    donprofit

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