poirot Posted May 30, 2006 Share Posted May 30, 2006 Damn, forgot. Change: [code]if (empty($visitormail) || empty($notes)) { echo "<h2>Use Back - fill in all fields</h2>\n"; $dontsend = true;}[/code]To:[code]if (empty($visitormail) || empty($_POST['notes'])) { echo "<h2>Use Back - fill in all fields</h2>\n"; $dontsend = true;}[/code]I also updated the entire script (other post) if you want to copy everything at once. Quote Link to comment https://forums.phpfreaks.com/topic/10778-form-help/page/2/#findComment-40343 Share on other sites More sharing options...
phpPrincess Posted May 30, 2006 Author Share Posted May 30, 2006 ok im 99% there..im not getting the email Quote Link to comment https://forums.phpfreaks.com/topic/10778-form-help/page/2/#findComment-40348 Share on other sites More sharing options...
poirot Posted May 30, 2006 Share Posted May 30, 2006 But did you get the error message (Error sending mail)?If not, there may be a problem with the server (and in this case you'd have little to do).Or just wait a bit more, and also check Bulk/Spam folders. Quote Link to comment https://forums.phpfreaks.com/topic/10778-form-help/page/2/#findComment-40352 Share on other sites More sharing options...
phpPrincess Posted May 30, 2006 Author Share Posted May 30, 2006 [!--quoteo(post=378488:date=May 30 2006, 03:33 PM:name=poirot)--][div class=\'quotetop\']QUOTE(poirot @ May 30 2006, 03:33 PM) [snapback]378488[/snapback][/div][div class=\'quotemain\'][!--quotec--]But did you get the error message (Error sending mail)?If not, there may be a problem with the server (and in this case you'd have little to do).Or just wait a bit more, and also check Bulk/Spam folders.[/quote]i got the error messageok i wasnt gunna ask you, i was gunna figure it out by myself cause it doesnt sseem that hard but how can i get the questions on separate lines in the email i tryied <br> like crazy but nothing, just tell me where to put them Quote Link to comment https://forums.phpfreaks.com/topic/10778-form-help/page/2/#findComment-40353 Share on other sites More sharing options...
phpPrincess Posted May 30, 2006 Author Share Posted May 30, 2006 well ihave a meeting to go to. thank you for being patience with me.so i guess the problems now are-no email-and getting spaces in the results-deep sigh- this stuff sucks Quote Link to comment https://forums.phpfreaks.com/topic/10778-form-help/page/2/#findComment-40363 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.