Private Application with public views
I have a form with three different views.
1. Input view. Should be only accessible to me
2. List view. Embedded in my site and should be seen by everybody.
3. Summary page. Comes up when user clicks an details in the list view.
Now my app is public and that works almost as I want it.
The only problem is that there's a link to the app in de summary page and that goes directly to the (public) app.
If I make it private the summary page won't open without a password.
I guess there's an obvious solution, but I am a bit stuck here so please help me out.