Mobile app version of vmapp.org
Login or Join
Turnbaugh909

: InDesign CS6 Forms Radio Buttons Not Behaving as Expected I am using InDesign CS6 (Mac) to create a one-page data entry form, and it contains three sets of radio buttons where only one choice

@Turnbaugh909

Posted in: #AdobeIndesign #Cs6 #Forms #Pdf

I am using InDesign CS6 (Mac) to create a one-page data entry form, and it contains three sets of radio buttons where only one choice is allowed for each set. Each of the buttons is supposed to have a square box, and the checked button is supposed to have a square box with a check mark inside. However, when I pull the generated PDF in Acrobat, the buttons exhibit some unexpected behavior as shown in this shot:


If I click on one of the buttons, it will show the square box with check mark, and if I just hover over it the empty square box will appear. But if I click elsewhere, the ugly circles show, with the black dot indicating the selected box for that set.

I have looked at every setting and selection within InDesign for a couple days now, and I cannot see anything wrong. Has anyone else seen this behavior and found a way to fix it?

UPDATE: the link to the InDesign file and the generated PDF is here: www.dropbox.com/sh/fx7q2ym9bhpa7ac/AABlxQSYlHmLwSNUJMgIZX_ba?dl=0

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Turnbaugh909

3 Comments

Sorted by latest first Latest Oldest Best

 

@Speyer780

It's FEATURE of Acrobat called "Show border hover color for fields". And it is ON by default.

You can turn it OFF in Acrobat:
Preferences > Forms > uncheck "Show border hover color for fields"

Tip for work-around (not tested, source):
As a work-around, one could add either a OpenAction to the document or in the JavaScript name tree that will set the preference off using something like: app.runtimeHighlight = false

Detailed (source):
Acrobat/Reader have a feature (been there since Acrobat/Reader 6, IIRC) where they will "Highlight form fields" to show users which things on the page are real fields and which are simply text. This is on by default, though can be turned off in Preferences. Additionally, when the Form Message Bar (the purple thing) is present on a more complex form (than your one check box), the user can toggle it on/off easily.
The highlight feature doesn't respect custom appearances, which is why you are seeing the normal one until you click.

10% popularity Vote Up Vote Down


 

@Frith110

First, how are you designing the buttons? Did you pull them from the sample buttons menu or did you just make a box and set it as a button? What it looks like to me is the appearance layers are mixed up. Go into your "Buttons and Forms" pane and look at the appearance and see if you see a box in the mouseover selection, check the click on and click off selections as well.

10% popularity Vote Up Vote Down


 

@Hamm6457569

As far as I remember, InDesign does not produce a proper PDF with active elements; it involves (yuck!) Flash.

A radical but reliable way would be to not include the active elements in InDesign, but add them in Acrobat.

There you might add Checkboxes. To create a set of mutually exclusive checkboxes (behaving like radiobuttons, but allow to be unchecked), give the fields the same name, but a different return value.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme