Closed CarvellWakeman closed 6 years ago
Use 'novalidate' property on form tag to do this. Make sure formModel is properly validated and form.is_valid() is being called in the controller
Example image See #521 for example implementation
PR #533 has some stuff we can use for one of the forms.
Use 'novalidate' property on form tag to do this. Make sure formModel is properly validated and form.is_valid() is being called in the controller
TODO
Datasheets
Example image See #521 for example implementation
Testing: