Support

Account

Home Forums General Issues Formatting number fields using format_value Reply To: Formatting number fields using format_value

  • Hi All, thanks for the great info.

    I’m making a real estate website, where each property has a price that needs to be entered in the back end by the client.

    I’ve fixed the comma (thousands separator) issue on the front end display with the above snippet.

    But when using a number field (as discussed here) the client cannot use any commas when they are entering the property price, which goes against how we’ve been taught to write numbers — 1,345,000 must be entered into the ACF number field as 1345000 which doesn’t make sense to the average person.

    I know that I could create a text field instead, where a client could use commas (thousands separator), but then I’m having trouble sorting by price when that field is not a number.

    Wondering why the number field doesn’t allow for comma (or other thousands separator)?