Custon Form Server-side validation


#1

Works as expected in FireFox and Chrome but not In ie9.

 

In ie9 after submitting with missing required fields - screen refreshes, all fields are cleared and no Error Messages are displayed. 

 

Cheers for any help

 

(Matrix 14.16.1)

%form_errors_message%
%form_contents%
%submit_button%

 


(Nic Hubbard) #2

Any console errors? Is this happening on all your forms, or just this one?


#3

Thanks Nic, I retested this form and others this morning - all working in ie now, go figure...

 

In regards to the console errors, would be good to monitor in such cases but I'm not sure we have access due to our SLA. Will investigate.

 

Cheers Darren


(Bart Banda) #4

Sounds like it could be cache related as server side errors are most likely not related to browser version.

 

Make sure that the custom form is sending a no-cache header as part of the page load. 


#5

Thank you Bart! I just started having issues with this again and verified that the cached header was the issue  :D

 

Cheers!