Hi there,
It is possible to show fields depending the user group?
Imagine two users, for example, Employee and Company, some fields like name, address, phone (...) are the same, but for example the date of birth does not make sense for the user Company.
What I want is that some fields only appear depending on the type of user.
Note: You edit the user's profile, and he can not choose his profile again, then I do not want a field to the profile. :/
Thanks in advance,
BN
It is possible to show fields depending the user group?
Imagine two users, for example, Employee and Company, some fields like name, address, phone (...) are the same, but for example the date of birth does not make sense for the user Company.
What I want is that some fields only appear depending on the type of user.
Note: You edit the user's profile, and he can not choose his profile again, then I do not want a field to the profile. :/
Thanks in advance,
BN
Hello BNDragon,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I add a User to a User Group?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I add a User to a User Group?
P.S: I'm just an automated service😉
Hi calculus00,
Your computerized responses are always pertinent, but that is not what I need, but what leads me to think a call to the DB based solution, but wanted a simple answer if possible.
Your computerized responses are always pertinent, but that is not what I need, but what leads me to think a call to the DB based solution, but wanted a simple answer if possible.
Hi BN,
Where/how do you want to show the data ? you can always load the data but don't display it to the user.
Regards,
Max
Where/how do you want to show the data ? you can always load the data but don't display it to the user.
Regards,
Max
Hi Max,
Thanks for your reply,
I was thinking about that, load the user group and then show a div with the fields deppending his group, I was hoping that there was a option on cf that could do it.
BN
Thanks for your reply,
I was thinking about that, load the user group and then show a div with the fields deppending his group, I was hoping that there was a option on cf that could do it.
BN
Hi BN,
There isn't a CF option but it's not hard to do. Use a Custom Code action in the On Load event to get the User's Groups; then use conditional containers to show or hide groups of inputs.
Actually, last time I did this it was easier to set up two different form pages and show one to logged in users and the other to the public.
Bob
There isn't a CF option but it's not hard to do. Use a Custom Code action in the On Load event to get the User's Groups; then use conditional containers to show or hide groups of inputs.
Actually, last time I did this it was easier to set up two different form pages and show one to logged in users and the other to the public.
Bob
Hi Bob,
Yes, I was thinking on do something like that. I was considering if cf could handle it.
Thanks anyway.
Cya,
BN
Yes, I was thinking on do something like that. I was considering if cf could handle it.
Thanks anyway.
Cya,
BN
This topic is locked and no more replies can be posted.