Results 1 to 12 of 12

Thread: receiving form input from php page
      
   

  1. #1
    rcarnes1 is offline Sergeant
    Join Date
    Nov 2006
    Posts
    22

    Default receiving form input from php page

    The php page leaseown.org/menu has a form for sending an entered email address to a specific email site. These instructions are in leaseown.org/action. I've followed instructions exactly but still do not receive the email address in the email sent to me. Help please!
    Roger

  2. #2
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: trouble receiving form input from php page

    rcarnes1,

    Is your page published? It will not work in preview- it needs to be published.

    If it is published- please list the url correctly so that we may take a look.
    Additionally- which instructions are you following? Are you trying to use the mailto: method or the php method?

    Like to help- post back.

    Andy
    PHP- is a blast!

  3. #3
    rcarnes1 is offline Sergeant
    Join Date
    Nov 2006
    Posts
    22

    Default Re: trouble receiving form input from php page

    Andy,
    Yes the page is published under leaseown.org/menu
    I followed the instructions for php. I must be missing something but don't know what it is.
    Roger

  4. #4
    rcarnes1 is offline Sergeant
    Join Date
    Nov 2006
    Posts
    22

    Default Re: trouble receiving form input from php page

    Andy,
    Try the link http://www.leaseown.org/firstpage.php, I'm not sure why leaseown.org/menu.php doesn't get you there.
    Roger

  5. #5
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: trouble receiving form input from php page

    Your not showing the URL correctly. Try it yourself. Cut and paste what you have listed.

    You did not answer my question. What instructions are you following?
    Did you use php to process the form or are you using mailto:

    What is the name of the page that contains the form?

    Andy
    PHP- is a blast!

  6. #6
    rcarnes1 is offline Sergeant
    Join Date
    Nov 2006
    Posts
    22

    Default Re: trouble receiving form input from php page

    Andy,
    The URL is http://www.leaseown.org/firstpage.php. The form is on a php page called menu that is called by firstpage.php. Again I did use the php instructions.
    Roger

  7. #7
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: trouble receiving form input from php page

    Ok- looking at the source code, on the form somewhere you have $email = HTTP_POST_VARS['email']; This should not be on the form anywhere. This should be in the action.php script.

    Also- the field to input the email address is outside the form. Stretch the form down some and then place the email field (text box) on the form.

    Can you copy and paste the php code that you are using? That would help.

    Andy
    PHP- is a blast!

  8. #8
    rcarnes1 is offline Sergeant
    Join Date
    Nov 2006
    Posts
    22

    Default Re: trouble receiving form input from php page

    Andy,
    I've done as you suggested. It now works! Thanks so much.
    Roger

  9. #9
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: trouble receiving form input from php page

    You're very welcome. Have a great New Year.

    Andy
    PHP- is a blast!

  10. #10
    keeptrack is offline Sergeant First Class
    Join Date
    Dec 2006
    Location
    The Netherlands
    Posts
    50

    Default Re: trouble receiving form input from php page

    Hello Andy

    It might be February but it is never to late to say Happy New Year!

    I am having a similar problem to what rcarnes1 (Roger) was having. I receive my forms fine, but there is no recipent address given. I check to see whether this code $email = HTTP_POST_VARS['email']; was in my form http://www.keeptrackconcierge.com/contact_form.html but it wasn't. It only excist in my action.php http://www.keeptrackconcierge.com/action.php.

    Can you please help me to solve this problem

    Thank you
    Regards,

    Nicole Delamore
    website: www.keeptrackconcierge.com

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

    Default Re: trouble receiving form input from php page

    Because the email field of your form is NOT named "email" but E- mail Address. Change the field name of your form in " email ", save and republish the form.
    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!


  12. #12
    keeptrack is offline Sergeant First Class
    Join Date
    Dec 2006
    Location
    The Netherlands
    Posts
    50

    Default Re: trouble receiving form input from php page

    Quote Originally Posted by navaldesign
    Because the email field of your form is NOT named "email" but E- mail Address. Change the field name of your form in " email ", save and republish the form.
    Guess what Naveldesign.... IT WORKS!!!

    Thank you so much, can't believe how such a miss type can cause things to go wrong.

    Once again thanks
    Regards,

    Nicole Delamore
    website: www.keeptrackconcierge.com

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