hello all,
i have created a simple form which gather a some information in dropdowns and textfields.
I would like the user not to be able to validate the form if all fields are filled up properly.
Is there a way to do this (enforcing that the textfield/dropdown not to be null). I imagine probably through a route in the action tree (like on submit , if field empty, return to initial state and display error?). Im wondering whether there is an easier way since i have a lot of field, i feel the tree will get quickly complexe.
thanks