Closed edencorbin closed 2 weeks ago
Hi @edencorbin These SDK methods were implemented when no redirect abilities existed via API. So, right now signNow API have an options to configure redirects as you wish.
According to documentation, we have some options:
redirect_uri The link that opens after the signing session has been completed.
decline_redirect_uri The link that opens after the signing session has been declined by the signer.
close_redirect_uri The link that opens after a signer selects the Close button.
redirect_target Determines whether to open the redirect link in the new tab in the browser, or in the same tab after the signing session. Possible values: blank - opens the link in the new tab, self - opens the link in the same tab, default value.
I can add these options to EmbeddedInvite model, so you'll be able to set these properties as described above.
Its not clear to me where I can add this, so that upon signing it redirects, here its not an option: