I have a client that wants to be able to click the phone field in the notifications so they can call potential customers without having to copy paste. Has anyone done this before?
Hello. For that to be clickable in most clients, it needs to be a link like this:
<a href="tel:+17085551212">(708) 555-1212</a>
You can add your own HTML and use the merge tag for the phone number field in your form to the notification, like this:
<a href="tel:{Phone:12}">{Phone:12}</a>
If the Phone field is field ID 12 in your form, that will add a linked phone number to your notification if you add that. If you have any other questions, please let us know.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.