At the bottom of one of my pages I have two icon boxes.
1. How do I make it so when the user touches the phone icon (Call Us) on their mobile device it will call our number like it does when they touch on the phone number in our header?
2. When they touch on the email icon (Email Us), how do I get it to open up their email client to email us the way the email us link does in the header? I used this code for the header <a href="mailto: (Email address hidden if logged out) ?Subject=Request%20For%20Information" target="_top"> Email Us</a>
Keep up the great work and thanks in advance!
Hey djshortkut!
E-mail link works fine and for phone number please link it as following
<a href="tel:1-234-567-8987">1-234-567-8987</a>
Cheers!
Yigit
Hey!
Thank you for the info. Please use the tel attribute as Yigit suggested. Edit the iconbox then look for the Title Link? settings. Set it to manual then add something like this on the url field:
tel:1-234-567-8987
For the email, use the mailto function:
mailto: (Email address hidden if logged out)
Best regards,
Ismael
Well that was easy! Thanks for the help…resolved.