Skip to main content
Participant
December 10, 2022
Question

I have created a form where a client will need to click yes or no on multiple rows.

  • December 10, 2022
  • 2 replies
  • 636 views

Please help. I have created a client account update form where we need the client to answer YES or NO on multiple rows. I can't figure out how to allow for multiple boxes to be  clicked YES or NO. Instead, it is only allowing me to click one out of the 8 rows of YES's and NO's. How can I make all the boxes be able to clicked and not just one? When you click on another YES or NO, it unhighlights the previously clicked YES or NO. What do I do? Please help. Thank you. Rachel.

This topic has been closed for replies.

2 replies

Thom Parker
Community Expert
Community Expert
December 12, 2022

You'll find information on setting up radio buttons and checkboxes here:

https://www.pdfscripting.com/public/Checkboxes-and-Radio-Buttons.cfm

 

 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
Nesa Nurani
Community Expert
Community Expert
December 10, 2022

You need to give them different names. When radio buttons are named same, they are a group in which you can only select one of them. If you want users to select either yes or no then only those two buttons should have same name  with different choice, for example name them 'Group1' with choices 'Yes' and 'No' then in second row name them 'Group2' with choices 'Yes' and 'No'...etc