Custom Form Errors |
@whatsmyname,
Are you using just the CI form validation or are you also using javascript form validation too? If not then that is probably where you can get fancy. You could use a javascript validation library ( for example https://parsleyjs.org/ ) where you are able to add custom error messages or you could create your own javascript validation library that checks the form prior to it being submitted. |
Messages In This Thread |
Custom Form Errors - by whatsmyname - 10-24-2019, 06:50 AM
RE: Custom Form Errors - by jreklund - 10-24-2019, 10:37 AM
RE: Custom Form Errors - by whatsmyname - 10-24-2019, 11:24 AM
RE: Custom Form Errors - by php_rocs - 10-24-2019, 03:53 PM
RE: Custom Form Errors - by Wouter60 - 10-25-2019, 12:22 PM
|