Designer view redirect when done
Monday, October 19, 2020 at 03:06pmHi,
We are thinking of embedding the Package Designer view in our web app. Our app's main content width causes the Designer view to display in a "mobile" fashion when embedded in an iframe, as the width is less than 1200px, and the user can only see either the left panel (recipients, fields) or right panel (documents, field settings) one at a time.
I thought instead I could navigate the browser directly to the designer URL to take advantage of the whole browser width. But when I do this, I cannot see any way to redirect the user back to our app when they are finished editing or sending the package.
Is it possible to configure a redirect URL when the user is finished in the Designer view?
Reply to: Designer view redirect when done
Tuesday, October 20, 2020 at 02:15pmHi emmat,
Unfortunately, you can't specify the redirect URL when user clicked "SEND TO SIGN" button, this is the same limitation even if you are embedding the designer view. However I do have few tips to mitigate this pain point:
(1)display a banner with detailed instructions on the top of the designer, which guides the user to close the tab and return to your previous page. It's described in this blog:
Designer Customization and Integration – Part 2
(2)display the designer in a modal, and your application knows when signer clicked the "X" in modal.
Either way, I suggested to disable the "SEND TO SIGN" button in an embedding scenario and provide a button at your application to proceed the process when sender finished designing. Some working examples could be found in these two blogs:
https://www.onespan.com/blog/onespan-sign-developer-designer-customization-and-integration-part-3
https://www.onespan.com/blog/onespan-sign-developer-designer-customization-and-integration-part-4
Duo
Reply to: Designer view redirect when done
Thursday, October 22, 2020 at 09:34amI see, thanks for the alternatives.