|
|
|
|
|
by ghnws
725 days ago
|
|
I'm qurious what that code was doing that could be just moved to the backend. Usually forms have some validation for a better experience with the final validation on the server. Did you get rid of that and just show an error if the submission failed? |
|
Its like old school for validation back in the CodeIgniter days.