0

I have DocuSign embedded in iframe and on Finish the url of the parent is not updated. How can i do so?

I am using twig tempting engine to render the page . if it causes any issues?

Larry K
  • 47,808
  • 15
  • 87
  • 140
Aditya Joshi
  • 245
  • 4
  • 12

1 Answers1

0

Often better to skip the iframe altogether. Use your software stack's session features to maintain state.

Larry K
  • 47,808
  • 15
  • 87
  • 140
  • I am using drupal CMS and have to embed docSign url return from api call. Not sure if its possible to implement above – Aditya Joshi Oct 27 '17 at 14:20