Hi,
Yes, this is possible.
follow these steps.
- create hidden field with "type" name
- set condition like: if this field equal to custom value "type2" show your type2 fields
- set condition like: if this field equal to custom value "type2" hide your type1 fields
- Create a menu item for type1 registration: in this form the hidden field is not set so condition show type1 field
- Create a menu item (External URL type) with same url of type1 and add this "?type=type2" for example:
/registration?type=type2
with this you will see a form with type field set to type2 and you will show type2 field
On registration you can set default values of fields, see docs at
https://www.easy-profile.com/docs/27-set-default-value-in-registration-from-url.html