-
Ghio_Valter🔹 3. Clickable fields in Tables / App (Maps, phone, WhatsApp)
In the “Gestione Lead” table, we need some fields to be clickable:
- a Google Maps link (https://www.google.com/maps/dir/?api=1&destination=...) to open navigation;
- and a WhatsApp link (https://wa.me/393351724477).
Could you please confirm:
- whether clickable links are supported in Jotform Tables or Jotform Apps;
- and which field types (Short Text, Paragraph, etc.) allow links or clickable actions.
-
Vincenzo Jotform SupportHi Valter,
Adding a Hyperlink on Tables for a Google Maps URL or a Whatsapp Link is easy. Let me show you how:
1. In Tables, click on the + Add button, then click on the Formula tab.
2. Select the Advanced Formula option, then add a name to the column.
3. Click on the T icon, then paste this formula:
=CONCAT("https://www.google.com/maps/dir/?api=1&destination=",{...})
4. In the formula, remove the Three dots and add the field numbberm then click on Create Column.
5. For the WhatsApp Link use the Formula below and follow the same steps as above:
=CONCAT("https://www.google.com/maps/dir/?api=1&destination=",{...})
Give it a try and reach out again if you have any other questions.