RE:BennyB
Thanks for the suggestion. Bit of a workaround but would have worked.
I tried the other solutions, one worked!
RE:BobRay
After changing both lines, getting failures, I left FormIt alone. It worked! Thanks!
So, as a summary for all forum skimmers:
Create a Snippet "snippet_name"
<?php
$modx->setPlaceholder('placeholder','output_message');
return true;
?>
Add the snippet as a hook in your FormIt tag:
&hooks=`email,snippet_name`
Place the placeholder below the FormIt tag:
If the email is evaluated as true, your "placeholder" will be replaced with your "output_message".
Have fun, and thanks to the two above,
Jorik