SkaveRat
SkaveRat

Reputation: 2282

Submitting forms in background

I want a user to submit multiple form at once by submitting a "master" form.

I got it working by using mootools' "send" function, but we switched to prototype and I can't get the same result. using "submit" just "clicks" all forms.

basicly what I need: A function to submit all form by just using an Ajax POST call. Strangely all ajax functions I tested didn't work as expected

Upvotes: 0

Views: 105

Answers (1)

SkaveRat
SkaveRat

Reputation: 2282

okay, Form.request did the job

Upvotes: 1

Related Questions