Our new Community environment is going to be launched soon!
This means that you will be redirected to the new environment automatically, where you can sign-in, look up - and post topics again. Please note that not all topics will be transferred, so it might occur that you can’t find the topic you were looking for.
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...
Login to reply