Hi,
I'm curious if there's a way to configure the "number" field in Forms to accept decimal numbers. In this case, I have a "Number of Years?" field after a "current address" field, where I would expect people would like to enter values like: "1.5, 2.75". I'm also trying to associate a Field Rule to show a "previous address" field if the value entered is less than 2.
I thought a viable workaround would be to use a Single Line field with the regex "\d*", but the Single Line doesn't allow for the "less than" logic in Field Rules that the Number field allows.
Thoughts?