Adding phone number to action button
Hello,
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; color: #454545}
I wanted to add a phone number to the Action Button, is it possible to use the code?
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; color: #454545}
<a href="tel:+13601233344”>
I tried, and I get the following text, thank you
(360) 406-4245" class="button button_theme button_js action_button " >Call Us
Comments
In the name field type the phone number or text and in the link field type in: tel:12341234
This way the link will follow to the phone number and make a call.