Radio button not handled correctly
I tried the PDF above, and the radio buttons are not recognized. When debugging into pdfform.js, I noticed that n.map.Opt doesn't exist, thus radio button logic was not executed.
Same issue. Does anyone have a fix for this?
I have the same issue. I was able to fix the runtime excpetion by parsing the name from the childs of the radiobox parent. However even when providing a correct Opt array the produced pdf is incorrect. In Chrome the selected checkbox is greyed out but not otherwise marked. In Adobe Reader the selected checkbox cant be identified at all.
Same problem here. Is anyone still maintaining this project?