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?
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?
Try this: ?prefill_foo=value1,value2,value3
A quick test worked for me using that approach!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.