• Resolved Jaso

    (@subwebsites)


    Hi,

    When creating custom field with phone, how do I make it clickable button in Elementor to open phone dialer ?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Support Paul Clark

    (@pdclark)

    Use a shortcode module or any Elementor module which supports shortcodes:

    [pods]
    <a href="tel:+1{@phone_number}">Call us at {@phone_number}</a>
    [/pods]

    …where the name of the field is phone_number, the country code is defined in the link as +1, but could be removed and put in the field if multiple country codes are used on the site, and the [pods] shortcode defaults to the current global post object.

Viewing 1 replies (of 1 total)
  • The topic ‘Phone Link’ is closed to new replies.