How to save form fragment data individually
Hi Guys,
I am learning to save adaptive form data using mysql database and I am able to save complete form data as an xml in the database in one column. I am using sling servlet to get and add data to the database and guidewire api as an ajax request to get/post data on the form. I am using form fragments and my form xml data is very large. There is only one submit button on the form which is submitting the whole form data as an xml. Is there any way I can divide the form xml data into parts corresponding to form fragments and save the corresponding form data into multiple mysql tables?
1. Save one complete xml/json form data into multiple tables.
2. Get form data as a single entity in xml/json data from the multiple mysql tables.
Thank you in advance.