Writing to user attributes
Permalink
I currently have a bunch of user attributes which I have them input on creation of an account. I'm finding this cumbersome and want to allow them to do it later. I have removed the fields from the sign up, and now I am looking to write them from a custom php page, but I don't see in the documentation how I would do this.
I did see these, but I was looking to write to them from a custom page. A questionnaire once the user has created an account. This is for 2 reasons. 1, I want to gather information about the user BEFORE asking these questions. This is because I will ask them in different languages. 2, it's a little overwhelming to have users input this when they sign up. This is already a multi stage step and I want to abstract the 60 or so questions I am asking.
I think I found it.
https://documentation.concrete5.org/developers/users-groups/adding-a...
Will do some testing with this and see if it fits my needs!
Thanks.
https://documentation.concrete5.org/developers/users-groups/adding-a...
Will do some testing with this and see if it fits my needs!
Thanks.
For instance:
- Editable in Profile.
- Editable and Required in Profile.
- Show on Registration Form.
- Require on Registration Form.
Set these options to work for your needs