Not a nested form, but a form within a form??
Hello, all.
I've been given a task to add a file upload form to a page whereby all of the contents of the page are already contained within a form. I know that it is not possible to nest form tags; however, would it be possible to place an iFrame within the form that contained another form, without being considered nested, and without screwing up the original form?
Or would it be better to just place the iFrame in a div outside the form, and keep it hidden until called upon?
I suppose that I _could_ just use a JavaScript popup to use another form; but if I can avoid that AND get this to work, that would be preferred.
Thoughts?
Thanks,
^_^
