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.