[ad_1]
I’m using ACF and storing a phone number in a post type. Let’s say the number in the text field looks like this: (123) 456-7890. I then imported the dynamic field on the page template with Bricks builder, but I need to change the dynamic link to remove all the special characters and spaces.
In the text link, I’ve done: tel:{acf\_phone} with phone being the custom field. It’s returning: tel:(123) 456-7890. I need it to return, tel:1234567890.
How would you all recommend I implement something like this with Bricks?
[ad_2]