Here in the example below, we see how to override Drupal's existing registration functionality. Here we create 3 files such as .info file, .install file and .module file. In the .install file we create a MySQL table to hold the details of the members who have registered.
In the .module file we override the existing Drupal registration form using form_alter.
Comments
Social Networking