Please Log in or Create an account to join the conversation.
It's possible to do that using CB Auto Actions, but not typically recommended as it results in navigation being hijacked and could disrupt any other redirect behaviors like force password reset or privacy consent redirects.I need the system to automatically block an individual from doing anything on the site and force them to complete required fields.
CB Conditional can provide this.I need a way to create conditional fields, it should give them a user field based on a previous field selection that was made.
On dropdown value change or when they actually save that field to their profile? If saving to profile then CB Auto Actions can do this. If you mean on dropdown change its a bit trickier since you need to write the necessary JS to preform a fetch to a URL that will do the usergroup change (CB Auto Actions can deal with the usergroup change in this case).I need to have a way that if a drop down option is selected on a specific field that the system then automatically adds that user to a user group linked to that drop down option.
Please Log in or Create an account to join the conversation.
It's possible to do that using CB Auto Actions, but not typically recommended as it results in navigation being hijacked and could disrupt any other redirect behaviors like force password reset or privacy consent redirects.
Great to hear thank youCB Conditional can provide this.
On dropdown value change or when they actually save that field to their profile? If saving to profile then CB Auto Actions can do this. If you mean on dropdown change its a bit trickier since you need to write the necessary JS to preform a fetch to a URL that will do the usergroup change (CB Auto Actions can deal with the usergroup change in this case).
Please Log in or Create an account to join the conversation.
Then you should be able to keep them on the profile edit page after login until those fields are filled in using CB Auto Actions. You'll have to use a high up Joomla event to stop them from navigating away though. More about how to set this up can be explained if you choose to go this route.We have a company that does online training, we offer a variety of courses such as skills courses and Qualifications, since the qualifications are regulated, the accreditation body requires additional info such as Employment info, residential address, copies of previous qualification certificates ect. we don't need this info for the skills courses, so by default we do not request this info, once a person registers for a qualification we add them to a specific user group which then activates the fields, unfortunately since these fields were not required on registration we have found that 90% of people will not edit their profile to add the additional info unless we block them from doing anything until they have. So currently we are implementing the block on login after they have been added to the user group, which means that this would not ever occur on registration and should only occur once the privacy consent has already been given.
Ok, that's done easily enough with CB Auto Actions. If you choose to go with CB Auto Actions more can be explained on how to set this up. Feel free to give it a try on our demo site as well as we provide backend and frontend demo access.Basically the way it works currently is on their profile page we give them a single option drop down, with "Company A, Company B and Company C" as option if they select Company A they are added to Company A's user group when they save their profile, and so on
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Not in core CB, but it's possible to do that using CB Auto Actions like done similarly on our demo site.Does community builder allow an admin or super user to "Login As" to login to a users account from the back end ?
You can use the import feature in CB > User Management (top right of the table) to mass import profiles.Also does Community builder allow for bulk profile creation?
Please Log in or Create an account to join the conversation.