Home › Forums › General Issues › Can not input money value in number field type › Reply To: Can not input money value in number field type
Number fields, as it says, can only include numbers. other characters like commas and other punctuation are not allowed. This type of thing needs to be done on the front end in the template using http://php.net/manual/en/function.number-format.php
As far as the first error not allowing 95.45, this is probably do to the step value being set to one. In this case it should probably be .01.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.