Hi,
I have a problem with Contact foreign link with field phone number.
with foreign link field the code showing as below
directly from contact its showing as
please check and let me know why is that foreign field href="tel:" data-phone-number="" is getting blank.
I have a problem with Contact foreign link with field phone number.
with foreign link field the code showing as below
Code:
<a href="tel:" data-phone-number="" data-action="dial"> <span>0123043534</span> </a>
directly from contact its showing as
Code:
<a href="tel:0123043534" data-phone-number="0123043534" data-action="dial"> <span>0123043534</span> </a>
please check and let me know why is that foreign field href="tel:" data-phone-number="" is getting blank.
Comment