
Member
|
How can i add a new field to the registration form?
PHP Web Application Development | Hire PHP Website Developer
|

Member
|
You can do that simply using html tags.
______________
http://www.alacraft.com.au/quilting-and-fabrics-cat4
|
![anonymous1045164d6f]()
Deleted
|
You can add additional fields to the registration form by changing the database and a core component file.
First of all take a look of components\com_users\models\forms directory and there is a XML file called registration.xml. This is the file joomla creates the registration form fields. I hope you can understand this file and add what ever the necessary fields you want.
|