R
Rachit Jani
Guest
Background of issue:
I have a PDF with 2 check boxes
- Checkbox with name 'A' with export value 'Yes'
- Checkbox with name 'A' with export value 'No'
I want to use check boxes such that either of the two check boxes can be checked at a time. The expected behaviors are as below.
1) Checkbox 'A' with export value 'Yes' is checked and then If I check the other Checkbox with name 'A' export value 'No' then the checkbox 'A' with export value 'Yes' should be unchecked. The behavior should work vice versa also. (At a time only one should be checked)
2) Checkbox 'A' with export value 'Yes' is checked and I click that same checkbox then the checkbox should be unchecked. (This will result in no checkbox checked)
The issue:
The behaviors work well when we open the PDF file with Adobe reader or Chrome browser or Internet explorer browser.
The issue is when I open the PDF with EDGE Browser then the behavior (1) mentioned above doesn't work.
Checkbox 'A' with export value 'Yes' is checked and then If I check the other Checkbox with name 'A' export value 'No' then both check boxes remains checked.
Notes:
1) I don't want to use Radio field in PDF.
Please help me with the solution to use the PDF with edge browser.
More...
I have a PDF with 2 check boxes
- Checkbox with name 'A' with export value 'Yes'
- Checkbox with name 'A' with export value 'No'
I want to use check boxes such that either of the two check boxes can be checked at a time. The expected behaviors are as below.
1) Checkbox 'A' with export value 'Yes' is checked and then If I check the other Checkbox with name 'A' export value 'No' then the checkbox 'A' with export value 'Yes' should be unchecked. The behavior should work vice versa also. (At a time only one should be checked)
2) Checkbox 'A' with export value 'Yes' is checked and I click that same checkbox then the checkbox should be unchecked. (This will result in no checkbox checked)
The issue:
The behaviors work well when we open the PDF file with Adobe reader or Chrome browser or Internet explorer browser.
The issue is when I open the PDF with EDGE Browser then the behavior (1) mentioned above doesn't work.
Checkbox 'A' with export value 'Yes' is checked and then If I check the other Checkbox with name 'A' export value 'No' then both check boxes remains checked.
Notes:
1) I don't want to use Radio field in PDF.
Please help me with the solution to use the PDF with edge browser.
More...