Summary:
Form doesn't clear "errors" and "messages" from memory.
Detailed Description:
Form doesn't clear "errors" and "messages" from memory, so they don't disappear
when you resubmit the form.
Solution:
In action.default_formsubmit.php, add the following lines to the beginning of
the script:
unset($params['error']);
unset($params['message']);