URL Parameters are field-values that can be pre-set, e.g. fn=John (field is fn, value is 'John'). This allows the web page to pass different information based on these parameters. Parameters are added to the end of the URL by a '?', a field '=' value, and separated from additional field=value with an '&'.
Example: "?fn=John&ln=Smith"
Example: "?fn=John&ln=Smith"
For CONNECT forms, these parameters allow you to auto-fill values like the name and address so your Patron does not need to enter this information, as well as define other features for the form, such as whether your Patron can update the values that are prefilled. e.g. du=1 (‘Disable Update’ is enabled). These URL parameters apply only to the Campaign form builder templates. Go to Launcher > Fundraising > Campaigns > Select the desired Campaign > Form Builder > Saved Forms > Preview (Click it).
CONNECT Form Builder
Example: https://connect.clickandpledge.com/w/Form/84fee387-529a-4f19-8c34-abc0de790a6e?636229155737254636&Lift=25:10:25:2000:2:701E0000000cgxJIAQ&du=1&fn=Fred&ln=flintstone
&em=fred.flintstone@clickandpledge.com&ad=2200 Kraft Drive,Suite 1175&co=us&ci=Blacksburg&st=va&ph=540 555 1212&zc=24060&SFContactid=a0W9000000lRoUbEAK
-
fn: First name - Fred
-
ln: Last name - Flintstone
-
em: Email Address - fred.flintstone@clickandpledge.com
-
ad: Address - 2200 Kraft Drive, Suite 1175
-
co: Country - us
-
ci: City - Blacksburg
-
st: State - va
-
ph: Phone - 540 555 1212
-
zc: Zip Code - 24060
-
pr: Province
-
SFContactid: a0W9000000lRoUbEAK - This is Salesforce Contact ID and the contact details which are given in the billing information will be mapped to this Salesforce Contact.
-
du: Disables the update for Billing Information if it is set to 1. If this parameter does not exist or is set to 0 then the Billing Information in the form is editable.
- trk: Give the tracker name. Though the tracker field is not available in the form builder, it works internally
NOTE: State field is available only for the countries whose state is listed in the ISO and for all other countries, this field is Province. So, use the st parameter for States and the pr parameter for Province.
URL Parameters used in conjunction with Campaign Lift (Salesforce customers only)
LIFT=Start:increment:MinAllowed:MaxAllowed:SelectedAmount:SalesforceCampaignID
- Start: Starting amount
- Increment: Increment value
- MinAllowed: Other Minimum amount
- MaxAllowed: Other Maximum amount
- SelectedAmount: Default selected Amount
- SalesforceCampaignID: This is Salesforce Campaign Id and the transaction which is processing through this will be assigned to this campaign.
Example: https://connect.clickandpledge.com/w/Form/84fee387-529a-4f19-8c34-abc0de790a6e?636229155737254636&Lift=25:10:25:2000:2:701E0000000cgxJIAQ
- Starting amount: 25
- Increment value: 10
- Other Minimum amount: 25
- Other Maximum amount: 2000
- Default selected Amount: 2
- Salesforce Campaign Id: 701E0000000cgxJIAQ
NOTE: For more information on Campaign Lift please refer to:
Donor Management with Salesforce: Campaign Lift
Fundraising Automation: Double the Donation and Campaign Lift with Predictive Response