Quote:
Originally Posted by kiwichris83
ohhh no wonder mines not working - and proves how much of a newbie i am  lol...
so do u think i should look 4 a different form or do u know how 2 fix it?
the page I'm trying to have submitted was made in Frontpage - has a few check boxes, 2 uploading images functions, a few text boxes and a radio button, and the php file has to be able to send the entire form including images to my email addy...
|
yes the most likely culprit is that it's not properly passing the data to process.php (the codes you just pasted). Please paste the code for the form (#1). I just read your code and your process script is correct. Your form file is probably not coded right.