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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpdevelopers
Forum Newbie
Posts: 7
Joined: Wed May 16, 2012 2:17 am

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

Post by phpdevelopers »

How can i add a new field to the registration form?
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

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

Post by social_experiment »

It would depend on the type of field you want (<input .. /> | <select> | etc); if you require more specifics you would have to paste some code or be more specific about what you are using to create the registration form (hard coding or framework)
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply