I have a form that had some sections, i make tabs to open specific section when click on tab and hide another sections, user can fill data in only one section and not necessary to fill all sections.
the problem i face when user try to submit the form the form validate the required fields under others tabs
so i need to validate required attr only under current tab and skip others.
Thank you.