Page 1 of 1

Adding more field validation

Posted: Tue Sep 05, 2017 7:15 pm
by cheemingyong

hi i know for edit or add tags, you can validate the field as a date or as an email or as a credit card and so on
is it possible to add in more of such validation in the code and reuse the validation as part of asp.net maker

i thought it will be pretty to cool to add in our own validation for the individual fields besides using what is
already provided. example entry formats etc


Re: Adding more field validation

Posted: Wed Sep 06, 2017 9:52 am
by motfs

You can add your own Custom validation functions. Read Field Setup -> Validation (for Add/Copy/Edit/Search) -> Validate (notes 3) in help file for more detail.


Re: Adding more field validation

Posted: Tue Sep 12, 2017 5:13 pm
by duan

for some data, for example ,telephone number, is it possible asking user entering telephone number twice to check? I do not want to have two telephone number fields in database.


Re: Adding more field validation

Posted: Wed Sep 13, 2017 9:26 am
by Webmaster

Add a custom field for the table then add your custom validation in Form_CustomValidate.