I am using Formit on my website and it generally works well. However when the client makes a validation error all the message is lost and a new page loads after pressing the submit button.
It the a way to keep the messsage in the text box and just display the error so that the client does not have to type the whole message again.
Cheers
see this example:
http://rtfm.modx.com/display/ADDON/FormIt.Examples.Simple+Contact+Page
you should get the message back into the textarea with the placeholder
in
<label for="text">
Message:
<span class="error">[[!+fi.error.text]]</span>
</label>
<textarea name="text" id="text" cols="55" rows="7" value="[[!+fi.text]]">[[!+fi.text]]</textarea>