Since in my case the apply for role only is about one specific role, I would like to skip the form submission.
Would it be possible to auto-submit the role request (not the approval) when accessing some page, like the appl_for_role user page?
Thanks
Comments
Comment #1
jnicola commentedThis is a custom code request.
You can do this by sending them to:
admin/people/apply_for_role/approve/%user/%
or
in hook_menu with the same code as this only customized to your own path and desires:
Closing though as won't fix since this is way too custom of a situation for this module.