I was trying to learn more about Tapforms and I found the user’s guide, it is hidden if you go to the website on iOS, but it didn’t mention how to use the URI scheme, tapformz://. Some searching gave a very little bit of information, but is there list of the URI’s supported? Also, can I copy the Form ID? I found how to see the ID but I can’t figure out how to copy that so that I can use the URI scheme.
One way of using tapformz://
is calling a TapForm script from an external application. This is document in https://www.tapforms.com/help-mac/5.3/en/topic/javascript-api under the paragraph “Calling a script from a URL”.
Another use is to open a record. On the desktop, Copy Record Link
in the Edit menu copies the URL needed to the clipboard. It has the form :tapformz://record/view/db-xxx/frm-xxx/rec-xxx
.
On mobile, when you show a record, click on the menu on the top right, select Copy Record Link
.