I have HTML stored in a database that I load into an editor on page load. The HTML contains text inputs and I open the editor in View mode. The user can fill in the HTML text inputs. I have used name and ID attributes on the text inputs.
Is there any way to access the values that they entered on form postback?