Re: Get Values Entered into HTML Inputs on PostBack

  •  01-22-2012, 8:53 AM

    Re: Get Values Entered into HTML Inputs on PostBack

    I know how to get the HTML out.  I'm trying to get the values that the user typed into text inputs.
     
    1.  I load HTML into the CuteEditor and show the Preview tab on form load.
    2.  The user sees the rendered content with text inputs and enters values into them.
    3.  The form posts back and I access the HTML.
     
    How do I get the values that the user typed into the rendered HTML form?
     
    Thanks! 
View Complete Thread