Hi,
I have two input fields where only numbers are allowed. But scientific notations are still allowed, which I don’t want.
Does any has an idea how to ignore those?
Kind regards,
Nick
Hi,
I have two input fields where only numbers are allowed. But scientific notations are still allowed, which I don’t want.
Does any has an idea how to ignore those?
Kind regards,
Nick
Hello Nick,
Which validation rule are you using?
Also - can you provide an example of what kind of scientific notations are allowed?
Hi Teodor,
I tried, separately, using the “Number”, “Integer” and “Digit” validation options in the validation rules of an text input.
The one i’m referencing about are the ones with “E” in it( Like: 1,23456780906846E+22). Or just any number with E in it.
Use the digits validation rule, it won’t allow values like 1,23456780906846E+22
hmm then I think i might not have pressed F5 after the safe…oops. My bad!