By bsmith451 on
I'm looking for the best way to show 2 different blocks of info.
Default: info letting user know they need to complete an access request form ( webform )
After: Display form to user that completed access request
Should I assign the before\default text to the auth user and then add the form access with a rule\trigger?
Or, do I need a before ROLE that shows the text, and an AFTER role that shows the form?
Just trying to get the 'best use' answer without creating a ton of roles for the different forms we want to control.
Help Appreciated
Comments
Creating context
Seems like this is a question of "how do I best create a programmatic context for two options related to users". You have a number of options, each with pros/cons:
When I say coding as a con, I mean for the time/complexity it might add for folks not 100% comfortable coding. I think coding is a plus when it's the cleanest, most performant and most elegant solution.
Thanks for the input. It
Thanks for the input. It re-enforces what I thought, using Roles is the fast\dirty answer, coding is the proper\longer answer.
Thanks