Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
field system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 May 2015 at 05:54 UTC
Updated:
13 Jun 2026 at 01:33 UTC
Jump to comment: Most recent
Comments
Comment #1
Divya Pandey commentedHi,
I have researched and found out that, there are some methods to have solve your issue.
1) If you want to create a custom code for theme, then go to-> sites/all/themes/your_theme/template
Here you can write the custom code for theme or create your tpl File.
2) You can also create a custom module containing the functionalities, then go to -> sites/all/module/"Create a module"
Here you can create a custom module to give functionalities.
3) Also you can create a content type through your admin panel, go to-> structure/content type.
There you can make your fields to be added for your form which when made are automatically connected to your database.
4) To create or add a registration form you can add new fields from backend, then go to ->
admin/config/people/accounts/fields and can manage that field in database by admin panel
Comment #2
rahul_mishra commentedThere is no need to code or worrying about database, this feature is already available in drupal and its contributed modules, they take care of the database itself.
you can go to Config > People > Account Settings > Manage Fields
Then, you can add fields to user profiles just as you would add fields to any content type. When you add fields here, there is a checkbox to "Display on user registration form" if you want the field to be part of the user's registration process.
Also there is a module available Profile 2 module, that is very useful to add extra fields to register form.
Comment #3
cilefen commentedThe question was asked more than 18 months ago.
Comment #5
quietone commentedUpdating tags per Issue tags field and Issue tags -- special tags and for issue #3565085: Drupal core issue tag cleanup.