Log in

View Full Version : Multiple forms - One inside another?


zompus
05-20-2007, 10:39 AM
Hey Guys,

I'm looking to create a little mod for vbulletin that let's me upload an image to my image hosting service.

http://rafb.net/p/Q03gub67.html - This is the code I'm going to place within vbulletin's templating system. However once done this I get: http://rafb.net/p/pa8H7533.html.

So the template's basic structure is set out like:

<form>
Create a new thread form
<form>
Image uploading form
</form>
</form>As you can see I've got one form inside another and this is causing the image uploading form to clash with the create a new thread form.

Now what I'd like to know is is there a work around to this? Can A form be put inside another and still work? Am I doing something wrong?

Any help given will be much appreciated.

Thanks,
Dan

Dismounted
05-20-2007, 11:12 AM
You cannot have nested forms, it will simply not work (atleast not from what I've seen).

zompus
05-20-2007, 11:26 AM
I've been told you can, but the accessibility sucks. You can submit them using JS.

Eikinskjaldi
05-20-2007, 10:01 PM
Flatten it to one form, and use javascript to change the action of the form, or use it to redirect to al alternate url.