Hi All,
How can we group the fields on the NewForm.aspx into accordion (jquery)?
I tried the same by changing the table structure into div structure and thus succeeded achieving accordion but later I found that even after filling all fields, the SP validation (e.g. Required field validation) gets fail. And if all validation removed, form does not save any data on click of submit button even after the form is filled.
It seems that this is due to the alteration of table structure after page load.
Please suggest the solution.
Thank you.