I have an existing application that I am integrating my CuteEditor for ASP into. When the user the clicks "Submit" I want the data from the editor to sent with an ID of "htmlCode". How do I control the name of the variable that gets sent to the "action" part of my form?
I figured it out myself. You need to access the property called "Editor1_HTMLContent" where "Editor1" is ID of your editor control.