@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