Decimals in number form field

Hi guys, simple question - I have a form I need to have users enter a dollar amount, is there any way to make the form number text field accept decimals without creating custom cms and having to rebuild the form?


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

Hey Mike, 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.