Account


Earned badges

Achievement: Latest Unlocked

Topic Started

This user has not created any forum posts.

Replies Created

Reply to: URL Redirect cases not working

1 votes
Hello, I am trying to redirect back to my application after the user defines the signature regions and assigns signers to the document. But the system leaves me in the page: https://sandbox.esignlive.com/designer_sent Without allowing me to return to the application. Please help. Here is my JSON object:
{
	"roles": [
		{
			"id": "1",
			"signers": [
				{
					"firstName": "Victor",
					"lastName": "Gonzalez",
					"company": "VGO",
					"email": "[email protected]"
				}
			]
		}
	],
	"documents": [
		{
			"content": "file content",
			"name": "test_V1.pdf",
			"signatureFields": [
				{
					"page": -1,
					"x": 260,
					"y": 612,
					"signerIndex": 0,
					"patternName": null,
					"label": null
				}
			]
		}
	],
	"settings": {
		"ceremony": {
			"hidePackageOwnerInPerson": false,
			"optOutButton": false,
			"layout": {
				"brandingBar": {
					"logo": {
						"src": "",
						"link": ""
					}
				}
			},
			"events": {
				"complete": {
					"dialog": true,
					"redirect": ""
				}
			},
			"handOver": {
				"title": "You will be redirected to Google.",
				"href": "https://www.google.com",
				"text": "Continue to Exit"
			}
		}
	}
}

Subscriptions

Topics Replies Freshness Views Users
Guys, I have a few redirects that I am trying that are not working and would love to know where I'm going wrong. 1.
10 4 years 7 months ago 85
Profile picture for user vgo
Profile picture for user Ryan_Coleman

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.