0
votes

I have 5 type of users, for each user i need different registration form with different fields. Is there any possible in Joomla 2.5 to have different registration form for different users. Please help me

3

3 Answers

1
votes

Use this component for your joomla 2.5 website ExtendedReg

(OR) trying to create own Component. Otherwise to edit the joomla user register component

1
votes

Make your own profile plugin by copying the example one that is in the core. Put the different forms you need in the profiles folder. In the plugin itself write the code to make the right forms show up for the right people.

0
votes

The Joomla docs give an example of exactly that use-case here: https://docs.joomla.org/Creating_a_profile_plugin

You indeed have to create your own profile plugin as Elin was saying.