Hello:<br><br>I need your help. I&#39;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>            &#39;ci&#39; =&gt; array ( <br>
                &#39;#title&#39; =&gt; t(&#39;C.I.&#39;), <br>                &#39;#type&#39; =&gt; &#39;textfield&#39;, <br>                &#39;#maxlength&#39; =&gt; 11,  <br>                &#39;#size&#39; =&gt; 20,<br>
                &#39;#required&#39; =&gt; TRUE,<br>            ),<br clear="all"><br>Thanks.<br><br>