Contact Foreign Link with Field Phone number

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nishan Perera
    Active Community Member
    • Jan 2019
    • 348

    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.
  • Nishan Perera
    Active Community Member
    • Jan 2019
    • 348

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

    Comment

    • Nishan Perera
      Active Community Member
      • Jan 2019
      • 348

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

      Comment


      • esforim
        esforim commented
        Editing a comment
        Might look into it at some stage, but lack of time at the moment.
    • Nishan Perera
      Active Community Member
      • Jan 2019
      • 348

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

      Comment

      • emillod
        Active Community Member
        • Apr 2017
        • 1405

        #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...