This parameter determines the URL that a signer can choose to be taken to after successfully completing the signing.

Category: Conga Sign

Compatible with: Composer 8

Parameter Name: CScurl[1-10]

Parameter Value: [An active website URL beginning with http:// or https://]

Parameter Requirements: None

Parameter Description: CScurl[1-10] determines the URL that a recipient can choose to be taken to after successfully completing the signing. With this parameter, recipients can click Continue after completing signing and are taken to the URL defined with the CScurl[1-10] parameter. You must urlEncode the URL that is used in the CScurl[1-10] parameter to prevent any subsequent parameters from dropping characters. This can be done using the Salesforce function URLENCODE() within the button. 

If the recipient is a standard SIGNER and clicks Continue after completing the signing, they are taken to the URL in the same browser tab. If the recipient is an IN_PERSON_SIGNER and clicks Continue after completing the signing, they are taken to the URL in a new browser tab.

Important

The format of the URL must start with either http:// or https://. The www. portion of a URL is optional.

Example CScurl[1-10] parameter values:

  • http://www.conga.com
  • http://conga.com
  • https://www.conga.com
  • https://conga.com

Example:

&CSRecipient1=0031I00000BbPIu
&CSRole1=SIGNER
&CScurl1={!URLENCODE('https://conga.com/')}