Multi select check box in repeater

NickOg 28 May, 2021
It has to be obvious but I can't find it. In CF6 one could add a check box field name using
fieldname[]

to allow selection of multiple values. You can't add that in CF7. It rejects the square brackets.

So - how does one use multiselect in CF7 check boxes in a repeater??

Nick
NickOg 31 May, 2021
I have found a work round for this - add an html attribute 'name'
fieldname[]
leaving the check box field name blank.
I doubt that this is the 'correct' solution but it seems to work.
Nick
You need to login to be able to post a reply.