By daryoush on
Hi -
I am adding a couple of extra form fields to the registration page by using form_alter hook. How can I validate the addition form items that I have added
without modifying the user.module.
Thanks,
dp
Hi -
I am adding a couple of extra form fields to the registration page by using form_alter hook. How can I validate the addition form items that I have added
without modifying the user.module.
Thanks,
dp
Comments
You can add the #validate
You can add the #validate value to the values. For example:
Thanks so much. dp
Thanks so much.
dp