Trace:
Differences
This shows you the differences between two versions of the page.
|
webdev:submitting_multiple_forms_at_once [2009/05/22 17:33] onno |
webdev:submitting_multiple_forms_at_once [2009/11/16 21:12] (current) onno |
||
|---|---|---|---|
| Line 81: | Line 81: | ||
| form.method = 'POST'; | form.method = 'POST'; | ||
| form.action = action; | form.action = action; | ||
| - | fields = fields.merge( $H({ '_method': 'post' }) ); | ||
| createFormFields(form, fields); | createFormFields(form, fields); | ||
| return form; | return form; | ||
You are here: start » webdev » webdev:submitting_multiple_forms_at_once