Is there a way to generate a list of added HTML elements so that I can later add them to a database?
For example, lets say a user adds 5 textboxes, 3 radio buttons and 4 checkboxes using the editor. What would be the easiest way to loop through the editor to generate a list of these controls?
Thanks in advance!