I have a form which has two tab-content. In the first tab i have a required field of email which throws a validation error if not filled.
In the second tab whenever i try to submit that form i get an error because it first validates the first tab form.
How can this be prevented? The validation should only be made for the form that i am submitting .
Thank you