I have a form on an index page (controllername/)
That form does a POST to controllername/create
The form validation is in the index method of the controllername class.
When the form is submitted, the validation doesn't happen.
What am I doing wrong?
That form does a POST to controllername/create
The form validation is in the index method of the controllername class.
When the form is submitted, the validation doesn't happen.
What am I doing wrong?