After every AJAX submission FAPI validates the form, which causes errors to pop up the next time the user visits another page. This is a known bug which is just annoying and does not affect the module's functionality.
After every AJAX submission FAPI validates the form, which causes errors to pop up the next time the user visits another page. This is a known bug which is just annoying and does not affect the module's functionality.
Comments
Comment #1
xanoForm validation errors and all general error messages are now removed after an AJAX submission to make sure they don't show up at the next page load. It's a little hackish, but there is no proper solution for this problem in Drupal 6, it seems.
Fixed and committed.
Comment #2
klonosthanks, I confirm that this fixed issues I had with previous dev builds and errors coming up more than one time.
Comment #4
xano