Contact form help

JB112

Newbie
Joined
Oct 14, 2010
Messages
15
Reaction score
7
Hey,

I'm kind of stuck with my contact form. I'm not actually sure if it is the php or the html is the problem but when sending an email from my contact form on my site, the email is sending but i am not getting any of the info that is being filled into the forms. not really sure what to do

attached pics of both codes
 

Attachments

  • html code.jpg
    html code.jpg
    40.1 KB · Views: 93
  • php code.jpg
    php code.jpg
    33.8 KB · Views: 96
Post the actual source, I can't read that shit. It's too small.
 
err have you tried $_POST not $_Post. Variables names are case sensitive.

Protip: echo your $_POST array on the email handling page while you're testing. That tells you whether it's an error with your form html or not.
 
err have you tried $_POST not $_Post. Variables names are case sensitive.

Protip: echo your $_POST array on the email handling page while you're testing. That tells you whether it's an error with your form html or not.

Cheers, never tried that. not really experienced with php! been pulling my hair out all night with it! sorry about the pics, they were grand before i uploaded them, dont know what happened.

Cheers
 
Last edited:
Doing that to the code fixed it. everything posted :).

Thanks Autumn.
 
Back
Top