Custom user registration #9264
Replies: 4 comments 5 replies
-
Suggest rewriting registration pages. We are supporting editing custom fields from the admin, but not for the front end. |
Beta Was this translation helpful? Give feedback.
-
@jptissot Yes, Form + Workflow works but doesn't save CustomUserProperties fields from form. @Skrypt that is possibility, but again that is custom development. I want do skip custom development. @deanmarcussen is there is way to create ContentType and then in Workflow somehow link registered user with ContentType? |
Beta Was this translation helpful? Give feedback.
-
this is my example with custom registration
|
Beta Was this translation helpful? Give feedback.
-
the below code to retrieve the custom user setting
|
Beta Was this translation helpful? Give feedback.
-
What is correct way for custom user registration.
I have to extend User with FirstName, LastName and a few more fields and to create registration form where user can enter all info at once.
I tried to add fields as CustomUserSettings and create workflow (Register User task) for registration but currently I don't see way how to write down my additional fields to user.
Is this a good approach or would be better to rewrite registration page and is there any guide for that?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions