If I have a checkbox group with 4 checkboxes, do I need to call Form.FlattenField( ) for each checkbox in the group? Right now only one checkbox is being flattened and the others are free to edit, resulting in a possible two checked boxes within one group.
Is this a bug or the intended behavior?
Dear cohenn,
1) In general, every checkbox has its own field name, even in a group, so you should flatten every field. Please check if yours are like this.
2) If not , could you upload your pdf in the attachment? (If you set it secret when uploading, only you and I can download it)
Best regards.
That’s my problem. I’ll make sure to flatten all the fields in a grouping instead of just one.
Thanks.