Drupal Form validation?

reef_d

Disciple
I've made a CCK content type in Drupal. It accepts user name, id and DoB. The ID is a 10 digit Alphanumeric string eg. X123456789.

I want to create a module for validating this input so what do I do? Do i write php code for it and where do i save this php code?
 
Back
Top