You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
pdf-test.pdf
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.
The text was updated successfully, but these errors were encountered: