Question
CFFORM Validation onServer with disabled JavaScript
I am using cfform with validateat="onsubmit,onserver" to
catch issues for JavaScript-enabled users right away, and to catch
issues for non-JavaScript-enabled browsers on the server. However,
on the server side, the default error message generated by CF has a
link to go "back" to fix the form, but the link is coded in
JavaScript!
Doesn't work very nicely for my app since the only users who would get this page would not have JS enabled. Is there any way to customize that default "back" link? (i.e., is there a template in CF admin?)
Doesn't work very nicely for my app since the only users who would get this page would not have JS enabled. Is there any way to customize that default "back" link? (i.e., is there a template in CF admin?)
