Good morning,
I'm working on a process that has two forms. In the Main form I have textbox and a button. When I click the button, this opens the second form (from within the same process). I'm using the "preview" link to open the popup. Then, I select something from the popup, it closes and comes back with a value in the textbox that I passed from the popup.
How can I make the second form (popup) open as a regular form and not in "preview" mode? In other words, is there a way to have a dedicated URL for an inner form, one that is not the "start" form?