App link examples
This topic provides examples of Nintex Mobile app links.
The example links in this section use the "nintexmobile" URL scheme for the Nintex Mobile app. To build links for a custom-branded app developed in Nintex App Studio, use the custom URL scheme specified for that app.
Form navigation by ID
nintexmobile://form?ntx-id=321dfaf8-e45e-49e6-9bef-b5b73c4daa51
Customer experience: Displays the specified form after sign-in.
Form navigation by name, plus redirect
nintexmobile://form?ntx-name=Expense%20Report&ntx-returnUrl=http%3A%2F%2Fwww.crestan.com
Customer experience: Displays the "Expense Report" form after sign-in. Upon form submission, redirects to http://www.crestan.com.
Form navigation by name, plus custom loading message and automatic submission
nintexmobile://form?ntx-name=Expense%20Report&FullName=John%20Smith&ntx-autosubmit=true&ntx-msgloading=Loading
Customer experience: After sign-in, the initial loading message displays with "Loading" and then the default successful submission message displays, indicating that the form was automatically submitted. After the customer dismisses the message, the forms list of the app is displayed.
Note: If the form submission is not successful, then the default submission error message displays instead of the default successful submission message. Other parts of the customer experience are the same.
Form field: Pre-populated value
nintexmobile://form?ntx-name=Expense%20Report&FullName=John%20Smith
Customer experience: After sign-in, displays the "Expense Report" form with the "Full Name" field pre-populated with the value "John Smith."