I have generated several forms using METAWIDGET where i pass a light weight JSON now I want to extract the values of the ui elements along with their ids and then bind it to a string to pass it as a URL parameter.
Now I can write Javascript to extract the UI elements and values from the form but if you have a form with more than 40 options and the same no of elements are present for other forms then it becomes difficult to individually extract the values from the ui element. It would be great if anyone has come around such API in Javascript which extracts the UI element values and ID automatically it would be great if you can share the same.
Thanks!