• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HTML <FORM> question

MrHappyMonkey

Diamond Member
I am writing a script in HTML that requires me to nest a <FORM> tag within another <FORM> tag. Obviously this is not going to work. Can anybody think of a work around to posting form data without using the <FORM> tag? The nested form is a simple TEXTAREA field with a submit button.

Thanks.
 
Originally posted by: MrHappyMonkey
I am writing a script in HTML that requires me to nest a <FORM> tag within another <FORM> tag. Obviously this is not going to work. Can anybody think of a work around to posting form data without using the <FORM> tag? The nested form is a simple TEXTAREA field with a submit button.

Thanks.

holding the value in a global variable? (if you are using php or asp or something of that nature)
 
Back
Top