After Version 1.7.18 phone type returns span

Describe the issue in as much detail as possible. Please remove the sections below if the issue is obvious enough and doesn’t require extra details.

Steps to reproduce

add formating for displaying a phone field.
like < a href=”tel:%value% ……
this %value used to return just the phone number till V 1.718

After that it returns <span data-component = “phone”.

This break the a hrefs and the button with tel: hyperlink is not displayed

Actual result

Describe the actual result.

Expected result

Describe the expected result.

Extra details

Add a link to your site, screenshots or any other details that may help us pinpoint the issue.

Hi,

This bug was fixed in the 1.7.19 update: HivePress 1.7.19

Hi
I think this bug still exists. I moved to 1.7.19
Below is how my phone display format used to work.

Actual Display comes up as below because %value% is returning < Span and it break <a href


Cant update to the latest version as the search has a limitation to display attribute values to only 100 now.

Thanks for the details.

Apologies, the issue was fixed in HivePress 1.7.20. This was a known bug, and we addressed it in one of our recent updates.

Thank you.

But unfortunately I have to revert to 1.7.18 so that both the attributes limitation in search and phone display format works together only in this.
next release 1.7.23+ pls check these two are working. after that I will upgrade

Thanks for the support again

As a temporary solution, please try this type of formatting:

<a href="tel:%value|digits%" target="_blank">%value%</a>

:clap:t2: that worked…. Never thought had to use a pipe | to get the digits. tried .value, .text etc. This is working. Thank you very much

1 Like

We’ll fix the issue with select attributes in the next update, and the issue with phone attributes is already fixed. So you’ll be able to safely update once the next version is released.

Thanks for your patience.