Patch provides multiple forms handling. It means, that it generates unique $form_id names for multiple instances of one form on the page and map right FAPI callbacks using hook_forms and hook_form_alter to them.
Inspiration & hook_form multiple instances trick:
http://www.gtrlabs.org/blog/dayre/drupal_5_how_to_process_multiple_insta...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views_embed_form_20081113_a.patch | 4.32 KB | wojtha |
| views_embed_form_20081113.patch | 4.32 KB | wojtha |
Comments
Comment #1
wojtha commentedLast patch was reversely ... Another try
Comment #2
meba commentedFixed few coding errors and committed, thanks!