I’m trying to get a Field To calculate a web address so I can then Tap or Click and have it open up a Web Browser etc.
I use a Form to log driving jobs where I pick up clients from airports. If I put the Flight number in a field can I get a field to add https://www.flightradar24.com/data/flights/ & the Flight number field so when I follow the link it shows me the progress of the flight.
For instance https://www.flightradar24.com/data/flights/BA208 will search for flight BA208.
I can get the field to calculate it but I dont know how to make it Clickable!
Hi Mark,
You don’t need a Calculation field for this. You can just use a Website Address field.
In the URL, substitute the parameter with the field name within square brackets.
E.g.
https://www.flightradar24.com/data/flights/[Flight Number]
Then when you click the button next to the Website Address field, Tap Forms will launch your web browser and take you to that address.
Thanks,
Brendan