Checkboxes Merge Tag broken when different choices have same values

Hi,

when i set up a checkboxes field with Labels “Choice A/Choice B/Choice C” but all with the same value “100”, the merge tag shows the right amount of choices, but always with the label of the first choice. This feels like a bug to me, but maybe someone has a better explanation…?

this happens both the the {checkboxes:123} merge tag and the {all_fields} merge tag

Gravity Forms does not support using the same value for all choices. You would need to give each choice a unique value. If they need to be the same, like 100. You could use 100.00001, 100.00002, 100.00003, 100.00004, etc…

1 Like

Hi Chris, thanks for your swift reply! I need these values for further calculations, but i guess i can simply round them down to integers…