Skip to main content
Question

Embedded URL for document creation

  • April 18, 2025
  • 2 replies
  • 41 views

Forum|alt.badge.img+1

Hello, 

In my Django app, we can create and edit a docuisgn template internally. I am using the embedded url. It works great, but there are a few tweaks. Safari does not like iframes for example. And the return url in dev mode can be a challenge. But in production it works. I am looking to harden the approach. I have added a few things like a side bar menu to help with guiding people through the process. Stuff like that. Does anyone have an experiences with this approach that they would like to share? thank you. Paul.

2 replies

Forum|alt.badge.img+2
  • Docusign Employee
  • April 21, 2025

Hello Paul,

In general we’d discourage the use of iframes, since as you’ve seen they tend to break in ways that are tough to diagnose. More info on that is available here: https://www.docusign.com/blog/developers/the-problems-iframes

What sort of issues are you having with the return url?

 

 


Forum|alt.badge.img+1
  • Author
  • Newcomer
  • April 28, 2025

Hello Drew,

Thank you for the reply. I had filtered out for safari browsers to not use an iframe. But I kept it for Chrome. Since reading your post and that link you provided I have removed the iframe from Chrome as well. The issue with the return url was more about ngrok and working in my dev environment. But I got it figured out. And it works great now. Since then I have added in app signing to our portfolio as well.

Thank you again.

Great stuff!

Paul.