How to receive data of multiple select box on Revel framework

I need to handle request params with multiple select box in Revel framework. I only receive the first value instead of string “a,b,c”. Please help.

1 Like

Try read this: https://godoc.org/github.com/revel/revel#Params
or paste the code here.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.