Announcement

Collapse
No announcement yet.

Contact Foreign Link with Field Phone number

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Contact Foreign Link with Field Phone number

    Hi,

    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.
    Cheers!
    Nishan.

  • #2
    Hi, can anyone have idea on this ??
    Cheers!
    Nishan.

    Comment


    • #3
      Can anyone help me on this ??
      Cheers!
      Nishan.

      Comment


      • espcrm
        espcrm commented
        Editing a comment
        Might look into it at some stage, but lack of time at the moment.

    • #4
      Maximus yuri Could you please help me in this ?
      Cheers!
      Nishan.

      Comment


      • #5
        Phone numbers are saved in simple format in database. You could try to show different format or use hook which will save number in correct format in new record based on linked contact.

        Comment

        Working...
        X