1. ricardoreinert
  2. General
  3. Sunday, January 24 2021, 09:49 AM
Hi, 99,9 % of the people that is going to create new account at my website are just customers (can fill the common registration), but a small group must fill specific fields at their registration.

I saw that is possible to create at easy profile distinct groups, but probably I should have to insert a checkbox to create a condicional rule to access the other group field.

Can I make a different login registration page (separate distinct groups) to avoid the customer to fill the wrong subscription?
admin Accepted Answer
Admin
Hi,
Easy Profile extends Joomla user management, not replace it, so the registration form is the same of Joomla.
To manage this you can use a workaround with Easy Profile conditions, for example I have fields for student and fields for teacher (and I want to have 2 different usergroups for each profile type)

- Create a hidden field (with alias "usertype" ) with following conditions:
1. if equal to custom value "" (leave empty) show student fields
2. if equal to custom value "" (leave empty) add to usergroup "Student"
3. if equal to custom value "teacher" show teacher fields
4. if equal to custom value "" (leave empty) add to usergroup "Teacher"

- Now can access at these form with these link
1. (student) http://your-site.com/registration (normal Joomla registration form)
2. (teacher) http://your-site.com/registration?usertype=teacher (this is a menu item of type link and the link should be the same link with parameter usertype filled)

Docs to assign field value in registration from URL here: http://docs.easy-profile.com/index.php/article/tips-and-tricks
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.