Following the Trek2There app as a sample I'm trying to create a Launch hyperlink in my survey123 using a mobile app called Foreflight.
This is the URL schemes of the two apps next to each other.
| Mobile app | mobile URL Scheme (both works in i) | Calculation field of survey |
|---|
| ETrek2There | arcgis-trek2there://?stop=38.133453,-117.223455 | concat('<a href="arcgis-trek2there://?stop=',${Lat},',',${Lon},'">Launch Smart Compass</a>') |
| Foreflight | foreflightmobile://maps/search?q=36.01N/75.67W | concat('<a href="foreflightmobile://maps/search?q=',${latitude},’,’,${longitude},’">Launch Foreflight</a>') |
For Foreflight, I purposely removed the characters "N/" & "W" to match it with theTrek2There sample and see if it would work.
I get the error message below.

It seems like my <a href >statement is not being parsed correctly. I hope someone with sharper eyes can see what's wrong. I'm also curious what to do with the character "N/" when I add it back. I'm afraid that the forward slash character will also cause an issue.
Any help would be appreciated.
ichivite-esristaff any suggestions.