Help

How to prefill Multiple Select in a form?

Solved
Jump to Solution
1738 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Casey
6 - Interface Innovator
6 - Interface Innovator

These approaches don’t seem to work:

foo=value1&foo=value2&foo=value3

foo[]=value1&foo[]=value2&foo[]=value3

Is there a way to do this?

1 Solution

Accepted Solutions
AlliAlosa
10 - Mercury
10 - Mercury

Try this: ?prefill_foo=value1,value2,value3

A quick test worked for me using that approach!

See Solution in Thread

1 Reply 1
AlliAlosa
10 - Mercury
10 - Mercury

Try this: ?prefill_foo=value1,value2,value3

A quick test worked for me using that approach!