I've managed to populate ordinary pdf text fields via an fdf file and via an xfdf file. My problem is that I need to check some checkboxes.
I have read this article entitled 'FDF - how to check a checkbox?' but I still can't get mine to work.
One of the things I'm confused with is how I should be naming the checkboxes on the pdf form. If I have a group of radio buttons called 'gender' how do I name them on the pdf form. Is there the same idea of a radio group for the checkboxes on an Adobe form?
So far, and using the 'gender' example, I have simply named the checkboxes 'genderM' and 'genderF', but the fdf:
<< /T (genderM) /V (Yes) >>
does not check the 'genderM' box.
Really grateful for any help on this issue and any advice on best practices.
Recap:
- Does Adobe Reader have the concept of a checkbox or radio group when naming the input fields for the pdf form?
- Whether yes or no, how do I check the box?
Many thanks