• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Interactive Button Values

New Here ,
Mar 21, 2018 Mar 21, 2018

Copy link to clipboard

Copied

I am creating an interactive pdf using InDesign. When I create a checkbox or radio button, I notice there is a field for a button value. It defaults to Yes or Choice, respectively. This also implies other values might be assigned for potentially more control. Does anyone know if there a list of button values anywhere?

Screen Shot 2018-03-21 at 2.12.07 PM.png

Views

3.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 25, 2018 Apr 25, 2018

filmbufs  wrote

I was hoping to find a list of button values

It's an open field; it can be anything.

If you have a series of radio buttons which allow the user to choose among colors, for instance, their export values might be Yellow, Green, Blue, Red, etc. That way, collected data will clearly show that field's output (export value) as the actual color name. It also facilitates Javascripting arguments like:

if (colorbutton.value == "RED")

        {

        this.getField("REDShoes").display = display.

...

Votes

Translate

Translate
Adobe Employee ,
Apr 25, 2018 Apr 25, 2018

Copy link to clipboard

Copied

Hi filmbufs,

Button Value corresponds to the export value in Acrobat and can also be used to identify a radio button in a group in an accessible form.

For more information please refer to following threads:

Work with forms in InDesign

Assign radio button values

Regards,

Srishti

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 25, 2018 Apr 25, 2018

Copy link to clipboard

Copied

Thank you for your reply, srishtib8795206​.

I was hoping to find a list of button values one could input into this field. Or, at the very least, some other options besides "Yes" for a checkbox or "Choice" for a radio button.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 25, 2018 Apr 25, 2018

Copy link to clipboard

Copied

filmbufs  wrote

I was hoping to find a list of button values

It's an open field; it can be anything.

If you have a series of radio buttons which allow the user to choose among colors, for instance, their export values might be Yellow, Green, Blue, Red, etc. That way, collected data will clearly show that field's output (export value) as the actual color name. It also facilitates Javascripting arguments like:

if (colorbutton.value == "RED")

        {

        this.getField("REDShoes").display = display.visible;

         }

Theoretically, this would set the display of a field which shows red shoes to 'visible' when the radio button group's export value equals "RED"

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 25, 2018 Apr 25, 2018

Copy link to clipboard

Copied

LATEST

Ah...that makes great sense, John. I think I understand that field now. Many thanks!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines