Hey everyone,
I’m using SAEF to add posts to a weblog, and I wanted to know if I could customise the way that EE handles form errors (e.g. missing mandatory field). Currently once a form is submitted with errors, the user gets redirected to a white screen with a little gray box, where the user needs to click a button to change the form contents. What I want is to display the errors that EE delivers on the actual form, so there is one less step. I know I can handle most errors through JavaScript (and I probably will handle them through JS) but its not secure enough - you should always enable PHP error checking in case users disable JavaScript in their browsers.
Any suggestions on how this is done? Can it be done without extensive custom code??
—Michael—