Store values from incoming links

You can store information for the booking form via links to the booking site using parameters.


Create a link to the root of the booking site or a direct link to a specific service. Add values using the parameter 'remember_params'. The values will be passed to the booking form so the format need to specify the booking object along with supported attributes. Attributes are nested in an array like format. So to set a value for 'notes' use remember_params[booking][notes]. Custom data is a child object which can be referenced using remember_params[booking][custom_data][your_custom_field].

See our API for available attributes.

If using custom data remember to add the custom field to your custom booking form.


Example default link:

https://example.test.makeplans.net


To store information using a link:

https://example.test.makeplans.net?remember_params[booking][notes]=1337&remember_params[booking][custom_data][foo]=bar

Still need help? Contact Us Contact Us