Create Account
Sign In

How can i add a new field to the registration form?

To create and answer topics, you must to be logged.
Pages: 1
Author Message
phpdeveloper
29/06/2012 at 14:02:33
phpdeveloper
Member
How can i add a new field to the registration form?

PHP Web Application Development | Hire PHP Website Developer
ruby201
15/07/2012 at 08:00:40
ruby201
Member
You can do that simply using html tags.


______________
http://www.alacraft.com.au/quilting-and-fabrics-cat4


anonymous1045164d6f
12/08/2013 at 13:43:23
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.

Pages: 1