Hello
Im doing a user-register.tpl.php custom form...and i need to know when the name is leaving blank for example, im doing this:
print drupal_render($form['Info']['name']);
then
$form['submit']['#value'] = "Aceptar";
print drupal_render($form['submit'])
print drupal_render($form);
what can i do to know if the user leaves the name in blank...so i can show the message:"
The name is null...
Any ideas?
Read »








