Jump to content

Contact form problem. I dont receive an email


Guest lena_k198

Recommended Posts

Guest lena_k198

Send us your feed back:


 

<?php

 

if ($_POST && isset($missing) && !empty($missing)) {

?>

Please complete the missing item(s) indicated.

<?php

}

elseif ($_POST && $mailsent = false) {

?>

Sorry, there was a problem sending your message.

Please try later.

<?php

}

elseif ($_POST && $mailsent = true) {

?>

 

Your message has been sent. Thank you for your feedback.

<?php } ?>

 

 

Name:

<?php if(isset($missing) && in_array('name', $missing)) { ?> :Please enter your name <?php }?>

 

Email:

<?php if(isset($missing) && in_array('email', $missing)) { ?> :Please enter your email <?php }?>

Message:

<?php if(isset($missing) && in_array('message', $missing)) { ?> Please enter your Message: <?php }?>

<?php

if (isset($missing)) {

echo htmlentities($_POST['message']);

} ?>

 

Edited by lena_k198
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

Loading...
×
×
  • Create New...