Prepopulation for fundraising pages

Form-Prepopulation-API

How to prepopulate form values with GET parameter?

Like donation forms all fields of the form for starting a fundraising page can be prepopulated, too. The following parameters can be appended to the corresponding url. These variables can be appended to the javascript embed code or directly to the url address.

👍

This API is available in all FundraisingBox plans.

Fieldnames and values

NameValuesDescription
titleVarchar(100)
fundraiser_nameVarchar(100)
fundraiser_emailVarchar(100)
descriptionText
goalFloatWithout currency symbols, e.g. 5.50
donation_messageText
fundraiser_emailVarchar(100)
fundraisingpage_custom_field_IDMixed (depends on the custom field type)Custom field ids can be found in “settings”>”Custom fields”.
Custom field has to be added to the form.
Example: to prepopulate the custom field with ID “123“ with the text “example“ use: “fundraisingpage_custom_field_123=example“

Non editable prepopulation

If you do not want that the prepopulated field is editable add a "_fix" to the parameter.
For example: "title_fix", "goal_fix", "fundraisingpage_custom_field_123_fix".

Attention: fixing values will prevent the fundraiser to change or correct values. Use it with care.