Hello:<br><br>I need your help. I'm making a Drupal module, and i need to validate if the textfield data are numeric or not. can i use a drupal functions for this ?<br><br>This is my form code:<br><br> 'ci' => array ( <br>
'#title' => t('C.I.'), <br> '#type' => 'textfield', <br> '#maxlength' => 11, <br> '#size' => 20,<br>
'#required' => TRUE,<br> ),<br clear="all"><br>Thanks.<br><br>