New topic Closed topic
avatar image
1
Multiselect to POST (custom collection?)
By Created , last editted

Hi there!

I have a multiselect in a form that sends some ID's to a POST page. How do I go about getting these in a collection in the POST action? When I use an input variable of the type text I only get the last value. So I reckon I have to create a custom collection?

The data send by the form looks like:


So the input variable 'input_medewerkers' and 'input_projects' need to be a collection of somekind...

With kind regards,
Marc


Hi there!

I have a multiselect in a form that sends some ID's to a POST page. How do I go about getting these in a collection in the POST action? When I use an input variable of the type text I only get the last value. So I reckon I have to create a custom collection?

The data send by the form looks like:


So the input variable 'input_medewerkers' and 'input_projects' need to be a collection of somekind...

With kind regards,
Marc

Answers
Sort by:

This topic is closed.