Does CuteEditor have to be encapsulated in form tags

  •  03-30-2004, 7:12 AM

    Does CuteEditor have to be encapsulated in form tags

    This question goes to one of my earlier posts. 

     

    I have a form

     

    <form>

    textbox 1

    textbox 2

     

    Cute editor

     

    Submit button with Save event

    </form>

     

    If a user adds and additional form to the Cute Editor the form closes before the submit button can be used.  So I was thinking can the code look like something like this?

     

    <form>

    textbox1

    textbox2

     

    Submit button with save event

    </form


    Cute Editor

     

    Or has anyone dealt at all with this issue?  Any assistance would be greatly appreciated. Thanks in advance.

     

View Complete Thread