vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Multiple forms - One inside another? (https://vborg.vbsupport.ru/showthread.php?t=147691)

zompus 05-20-2007 10:39 AM

Multiple forms - One inside another?
 
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:
Code:

<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.


All times are GMT. The time now is 03:21 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01048 seconds
  • Memory Usage 1,712KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete