Deep Linking is a clear and simple way to direct users to specific content in the Kizeo Forms mobile application. To do this, you simply provide them with a hyperlink containing the required formalism.
We explain it all in this tutorial!
A Deep Link is a URL, i.e. a Web address, but its formalism is a little different from the classic URL. Indeed, a classic URL starts with https:// whereas the Deep Link starts with kizeoforms://. This specificity means that some software do not interpret this link as a URL, so it is not clickable.
To make it functional, you just need to create a hypertext link and pass it on to your users. Thus, by clicking on the link, Android and iOS redirect the URL to the KizeoForms application.
Important: Deep Links follow the same rules as browser URLs, i.e. certain characters are not allowed. It is therefore necessary to replace them by their encoding-percent. Moreover, their maximum length is 2048 characters.
With the basic links, this is what you can do:
Important: The first three links do not require you to be connected to the application, whereas the following ones do.
Keep in mind: If the user is not yet logged in when he/she clicks on the link, he/she will only have access to the authentication page, whereas if he/she is already logged in, he/she will be automatically redirected to the home page.
Consider the following fields with their respective tags
Le formalisme d'un Deep Link est le suivant : kizeoforms://--/forms/formId?tag1=valeur1&tag2=valeur2&tag3=valeur3
Let's look at some concrete cases, using the following fields with their respective identifiers.