Hi everyone.
I’m using the plgugin for calculate price discounts and I need the field number set the response with comma thousand separator.
$4395698.976 to $4,395,699
Im using elementor for display the result in a single page.
Number fields <input type="number">
cannot have thousands separator.
This has to be done using a text field.
https://stackoverflow.com/questions/31867551/html-input-type-number-thousand-separator
Thanks for reply so fast!
The code lines of the post on stackoverflow where am going to add them?. On Functions.php? or on any spicified place?
I don’t know that any of that code will work specifically for an ACF field. I provided the link for information of possible ways that you can achieve what you want.
https://www.advancedcustomfields.com/resources/adding-custom-javascript-fields/