Hello. Thank you for contacting the Toolset support.
Well - Types offers the filter: wpcf_fields_slug_{your_custom_field_slug}_value_display
Where:
- Replace {your_custom_field_slug} with your custom field slug.
So, for example if you have custom field namely price, then the filter should be as given under. Please try to add following code to your current theme's functions.php file:
Well - number format allows to add thousand separator so we can omit it.
You may try to check following links and try to adjust your format as per your need using number_format() or money_format() functions:
=> hidden link
=> hidden link