Jump to content

Form help


phpPrincess

Recommended Posts

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.
Link to comment
Share on other sites

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.
Link to comment
Share on other sites

[!--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 message

ok 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
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.