From Input - Set to number - cant accept decimals?

I’d like to set my form input field to number, to get the num pad on mobile as well as error-proof my zapier automation.

However, when I set it to a number I can’t put in decimal points. Any way around this?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hey Austin, sorry this is so late after your post. Just found this out and figured I’d post it here for everyone else having trouble. To do this you can set a custom attribute named “step” and set the value to “.1” this will allow for numbers like 1.1-9. If you need more precision you can set the value to “.01” and so forth.