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

mradcliffe’s picture

Can you just use one form with multiple fieldsets?

Anonymous’s picture

Thanks, but is not a workaround. The forms are embedded in different regions on the page.

onno-1’s picture

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