php - Problems in user - registration module in DRUPAL -
i have problem in drupal registration page.
i want change whole user registration page. in registration module want add new field type. bcz want user can choose date date-time picker. have ready date-time picker have implement, don't know put code.
i want add validation on new added text fields. means have added 1 text field phone no, want check if user had entered numbers.....in new user registration page.
thanks in advance
nitish
if want alter way user registration works, can hook_form_alter
on registration form.
with date module, can insert form field has jquery popup date picker.
the $form['#validate']
array of validation functions call, can add own list run own validation.
Comments
Post a Comment