Hi,
Yes, you can manage ACL for each field and you can assign usergroups by conditions.
You can check ACL settings with free version, add/remove from usergroups features is available only on paid versions.
Example http://salomon.si/uporabnik/registracija
- You can create a checkbox field with this option:
1|Smo pravna oseba
- and add follow condition:
if equal to custom value "1" show "Davčna številka","Matična številka".... and add to usergroup "legal entity"
Example https://login.bolha.com/registracija_izbor.php
- You can create a hidden field (with alias user_type) with following conditions:
1. if equal to custom value "podjetja" show business fields and add to usergroup "podjetja"
2. if not equal to custom value "podjetja"show individuale fields and add to usergroup "posamezniki"
- Now can access at these form with these link
1. (posamezniki)
http://your-site.com/registration (normal Joomla registration form)
2. (podjetja)
http://your-site.com/registration?user_type=podjetja (same previous link with parameter user_type)
Docs to assign field by URL here:
https://www.easy-profile.com/docs/27-set-default-value-in-registration-from-url.html