Checkboxes, how to send multiple value

Created on 20 August 2025, about 1 month ago

Hi @dieterholvoet,

When submitting form data with the 'application/x-www-form-urlencoded' content type, selecting multiple options within a checkbox field will result in only one value being registered.

I am not sure if it's a bug or if there is something wrong on how the url is built.
We tried to build the URLSearchParams both as separate values, or all together: travel_options=one&travel_options=two&travel_options=three like the browser does it natively, and travel_options=one,two,three

Could you add an example on how this request could look like?

Thank you again for your work, this module is really great!

💬 Support request
Status

Active

Version

1.0

Component

Documentation

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024