Is it possible to deep link from an EditForm instead of a gallery? Heres my scenario:
- User is greeted with a home screen with a button that creates a new form and navigates them to the form screen
- The user presses the button and is sent to the form screen
- The user fills out the fields that apply to them on the form screen
- The user presses a submit button that sends an email with a deep link to their boss
- The boss fills out the rest of the fields with the previous user's fields still filled out
- The boss submits the form with all the fields (the ones filled out by the previous user and the boss) filled out
As you can see, there is no gallery associated with this app
Please let me know if im not clear enough. Thanks!