By Anonymous (not verified) on
I have a page that renders multiple forms. What I need is a single submit button what submits all the forms on the page.
Could anybody point me towards a direction?
Thanks!
-----------------------------------------
Joep
CompuBase, Drupal, websites and web design
Comments
Can you just use one form
Can you just use one form with multiple fieldsets?
Thanks, but is not a
Thanks, but is not a workaround. The forms are embedded in different regions on the page.
Submitting Multiple Forms At Once
You could use the prototype javascript library. Here's a complete solution:
http://tech.solin.eu/doku.php?id=webdev:submitting_multiple_forms_at_once
There are also various jQuery-based solutions out there.
Onno