Check field filling

Hello,

Is there a way to check if what is filled in the field is just a number?

I have a field that can only be filled with numbers.

Thank you

Hi Rafa,

In a form, if the database property is ‘number’, they will only be able to fill in numbers.

In a text input component you can restrict input type:

Also you can use Adalify string functions to check if only numbers have been entered
http://docs.adalify.com/1.0/string-functions-api

Even putting the type = numeric it allows putting characters. It does not work.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.