I have used this button for the call for price button but it’s not working well in Google Chrome.
<form action="tel:+923000000000"><button type="submit">Call For Price</button></form>
I am using this code in the short description field.
Please help me to resolve this issue.
Thanks.
Screenshot for this button
3
Answers
You can add a link with the prefix
tel
:Then you can design the link using CSS, to make it look like a button.
Read more
use
You can use anchor tag to create a clickable phone number as below