I developed a patch (for 6.x) allowing application of multiple role inside the same Webform. This is a feature we already have when using the module apply_for_role alone but which wasn't developed inside this module :
With this patch, in the webform the user would see a checkbox or radio buttons to choose the roles he want to apply among the availables ones.
Is that make sense ?
It's works for me.
Interested ?
Probably need other tests...

Comments

gabriel.achille’s picture

StatusFileSize
new8.19 KB

the patch:

gabriel.achille’s picture

I noticed as well that the "workflow" of role application through this module is not really correct: the role application will be submitted during the first database saving of the webform, even if it's still a draft or there is more page coming. (and I'm expecting that the role application would be submitted only at the end of the webform when all fields are validated)
I'm working on a second version of my patch...

gabriel.achille’s picture

StatusFileSize
new12.19 KB

second version of the patch.
Forget the first one.

gabriel.achille’s picture

StatusFileSize
new6.6 KB

version 3 (remove kind of debug log)