Skip to main content
markr93880171
Participant
April 20, 2019
Question

Widget redirect to custom URL after signing?

  • April 20, 2019
  • 2 replies
  • 1316 views

Seems like a very simple task to have a signer redirect to a custom URL like our website after signing a form in an embedded widget. This creates a seemless experience for the signer.

Most other E-Sign products do this with their embedded templates. Is this possible with Adobe Sign?

This topic has been closed for replies.

2 replies

Participating Frequently
June 26, 2023

You can used below attribute to perform this, this need's to be include into v6/widgets/ creation json bocy.

 

"completionInfo": {
            "url""https://publish.com/",
            "deframe"false,
            "delay"1
        }
Participant
April 24, 2019

I am also looking for a solution to redirect a signer to a URL after completing the widget form. Would workflows do this?