If I want to add the extra fields in registration field then what should we do?
Answer / Amit Kumar Sahani
To add extra fields in Drupal's registration form, you can create a custom module and implement the hook_form_alter(). This hook allows you to modify existing forms. In your case, you would target the user registration form (typically 'user_register_form'). After that, you can add your custom fields to the $form array.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is use of substr and strstr function?
Explain coding standards in drupal?
What is module in drupal? List out some of the contributed modules used in drupal?
What is panelizer?
what is the use of Ctools in Drupal?
What is the use of drupal_alter?
Any modules contributed to drupal community?
Is drupal a framework or cms?
Which are commonly used php based cms?
How can improve the drupal cache and logging?
Explain the use of sections module in drupal.
What is drush command?