I'm trying to enter a number that has two decimal points (1.1.1) into a form that feeds into my Smar
Best Answer
-
Hi Julia, I am afraid that obviously "1.1.1" is not a valid number and you should not enforce any validation in the form.
--Anson
Answers
-
Hi Julia, I am afraid that obviously "1.1.1" is not a valid number and you should not enforce any validation in the form.
--Anson
-
It's not a number, obviously, but a designation of something, as in a contract, which is why I thought that a "general" text field would be beneficial, but I'll find an alternative. Thank you for the quick answer!