Docly

URL parameters

Estimated reading: 2 minutes

You can add various parameters in the URL of your website to activate debugging options of CampaignSuite. This makes it possible, for example, to debug the call to the CampaignSuite API or Converse and Findock.

Possible parameters are:

?cs_debug

				
					https://www.website.nl/formulier?cs_debug=true				
			
When this parameter is added, a form is automatically loaded without ajax. When the form is completed, you will see the JSON sent to the CampaignSuite API. It also shows you the JSON sent from the API to Salesforce. All this before Gravity Forms actually makes the input.

?cs_post=true

				
					https://www.website.nl/formulier?cs_post=true				
			
When this parameter is added, each page will show you the posted values. This can be useful if you want to know the exact field names posted. These names can be used in text area and HTML fields to prefill with those field values.

?cs_ajax

				
					https://www.website.nl/formulier?cs_ajax=false				
			

Use this parameter to overrule a Gravity Forms Ajax setting with true or false.

?contact=0030E00000dRyVKQA0

				
					https://www.website.nl/formulier?contact=0030E00000dRyVKQA0				
			
The ID passed in this parameter must be a Salesforce contact ID. If the contact is found in Salesforce, all assigned contact and account fields are pre-populated with the Salesforce values.