davidgould30 Posted October 12, 2012 Share Posted October 12, 2012 Hi there, I downloaded a form which originally had fields such as Name, Email & Message (it worked then!!). I have updated fields and also updated the PHP file to the best of my knowledge but now it doesn't work? I asked the person who created the form for help and he replied with this... "PHP script used to work contact form in Incredible will be difficult to modify, so I’ll recommend to use your own script. I had problems too with this script (I’m not PHP expert)." Can anyone help me with this and give me the correct coding that will make this form work? I have attached both the html and PHP file i have. Many thanks David contact-us.html contact.php Quote Link to comment https://forums.phpfreaks.com/topic/269382-urgent-help-needed-with-php-form-please/ Share on other sites More sharing options...
MeroD Posted October 12, 2012 Share Posted October 12, 2012 The <input type="button" seems to be missing the onclick="...functionCall()"> element. The form wont validate without the missing Javascript / function, even if it states otherwise. Quote Link to comment https://forums.phpfreaks.com/topic/269382-urgent-help-needed-with-php-form-please/#findComment-1384733 Share on other sites More sharing options...
davidgould30 Posted October 12, 2012 Author Share Posted October 12, 2012 The only thing is, it works fine with just name, email & message fields? When i add in another field it doesn't work? Quote Link to comment https://forums.phpfreaks.com/topic/269382-urgent-help-needed-with-php-form-please/#findComment-1384739 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.