Skip to main content
Christianhchuk
Participant
February 18, 2016
Question

Disappearing Radio Buttons on Spawned Page

  • February 18, 2016
  • 1 reply
  • 407 views

Hi Everyone!  I have an interesting one, and have searched all over to figure out what might be happening.  I have a Acrobat XI Pro PDF that spawns in several template pages that need to maintain their field names.  One template page has 6 radio buttons (3 sets of 2 yes/no questions) among other fields.  ALL the other fields spawn perfectly, EXCEPT the radio buttons, which become almost invisible when spawned and lose all of their actions.

My Specs:

Windows 7 Professional

Adobe XI Pro

My question: Are there any known bugs in XI that can cause this to happen?  I can provide any details you like.

Thank you again so much for you input,

Christian

This topic has been closed for replies.

1 reply

Christianhchuk
Participant
February 19, 2016

Well, in case anyone comes across this issue, I found that setting "Rename Field" to true in the Spawn command allowed the radio buttons to appear.  If anyone knows how to make the radio buttons appear normally with this value as false please feel free to respond

For those newer to JS (like me):

The old way (when the radio buttons disappeared): "CE5.spawn(5, false, false);"

The old way (when the radio buttons disappeared): "CE5.spawn(5, true, false);"

Again, I would really love to know if there is something I am missing that would cause the radio buttons to disappear with the rename value as false.

Thank you!

Christian