This guide shows you how to share attributes across multiple user profiles. If your profiles have the same Properties, you can extract them to a container profile. This action groups them and enables you to use them in different profiles.
This guide builds on previous tutorials in the Users section:
Users
Sharing attributes across multiple user profiles is a three-step process:
Create a general employee template. You can define other profiles with fields from the
app/user_profile_types/employee.yml
app/user_profile_types/software_developer.yml
app/user_profile_types/project_manager.yml
Here's an an example of using the software developer profile on a sign-up form:
app/forms/software_developer_signup.liquid
Here's an example of using the project manager profile on a sign-up form:
app/forms/project_manager_signup.liquid
If you would like to create a profile on sign-up without assigning any property, please make sure that the parameters would include at minimum
To discover names that fields should have, explore the
Congratulations! You know how to share attributes across user profiles. You can learn more about Forms here: Reference: Forms
Didn't quite find what you are looking for or have feedback on how we can make the content better then we would love to hear from you. Please provide us feedback and we will get back to you shortly.