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 language does drupal use?
How to install drupal on a local wamp server?
What are some most commonly used php based cms?
Explain the steps for launching a drupal site ?
What is entity drupal?
what is Drupal weight?
How search works in drupal?
What are entity types in drupal?
How to enable clean urls in drupal ?
Explain the use of sections module in drupal.
What do you mean by node in drupal?
How will you avoid sql injection?