Is it possible to make a checboxes have the same values?
For example:
10=red
20=blue
10=black
20=green
30=yellow
It only shows me 3 options in the menu. I would like to use it to add values, but I can't
For example:
10=red
20=blue
10=black
20=green
30=yellow
It only shows me 3 options in the menu. I would like to use it to add values, but I can't
Hi Ernst,
No, the values identify the checkboxes and it is the values that are returned on submission. You could use values like 10-red=red and then you would get 10-red submitted.
Bob
No, the values identify the checkboxes and it is the values that are returned on submission. You could use values like 10-red=red and then you would get 10-red submitted.
Bob
I thought so
Thank you
Thank you
You need to login to be able to post a reply.