omardealo
03-26-2013, 07:05 PM
Hello ...
I add new filed in newthread form , this field will contain only numbers
i know how show filed in newthread template and save data in database
$this->validfields['user_contact'] = array(TYPE_STR, REQ_NO);
but i want know how i make this filed (user_contact) Necessary and show erorr massage if user not entry anything Or user entry letters, not numbers ...
like Error message thread title
you must enter a title / subject !
Thanks !
I add new filed in newthread form , this field will contain only numbers
i know how show filed in newthread template and save data in database
$this->validfields['user_contact'] = array(TYPE_STR, REQ_NO);
but i want know how i make this filed (user_contact) Necessary and show erorr massage if user not entry anything Or user entry letters, not numbers ...
like Error message thread title
you must enter a title / subject !
Thanks !