Multiple HMTL Form PostSubmissionActions for a form

@mogoodrich @mseaton I am in a situation where I have a number of possible actions across multiple forms, including program enrollment, patient registration etc.

So I am wondering how to have multiple postActionSubmission classes for my form, either through chaining them one after another or defining two in a single form.

The logic in each Action is fairly complex and independent of other actions, hence the need to separate into different classes

If you add multiple “postSubmissionAction” tags to a form, I believe it should call of them, though I don’t know if we’ve tested this in practice. Have you tried it?

Take care, Mark

@mogoodrich Will try out the multiple actions and see what happens