Pre-fill checkbox in form - set multiple values - How?

lock
push_pin
done
Answered
3

Hello.

In a form it is possible to pre-fill data. But how do you pre-fill data for a checkbox-field with multiple options?

I'm able to pre-fill one of the checkboxes, but not multiple.

20 May 2020 | 12:00 AM

All Replies (3)

As far as I tested it is not possible. We are only allowed to have one check box preselected.

If anyone who reads this post needs more information on the topics, please check this FAQ How do I create a web form that contains pre-populated fields?

27 Jan 2022 | 01:58 PM

Hi,

It should be possible to set multiple values by providing values in this format ["Test1", "Test2"]

31 Jan 2022 | 07:24 AM
Thanks for the insights! I used &field_Check%20box=[”One”]&field_Check%20box=[”Two”] syntax, which was obviously wrong.

Good to know that &field_Check%20box=[”One” , ”Two”] works!
31 Jan 2022 | 10:22 AM
It would be great if this information could be added to the FAQ-article as well?? Great news to see this is possible :)
2 Feb 2022 | 03:44 PM

This is really nice :)

2 Feb 2022 | 12:39 PM

Add reply