Has anyone gotten this example to work. When I successfully fill out the form, I am just getting sent back to the form, I am not getting the success message.
Code:
if (!is_object($e) and isset($posted)) {
echo "Thanks for your entry. We'll be in touch.";
} else {
The problem is $e is not an object and posted is set but I do not get the "Thanks for your entry. We'll be in touch." message.