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

Drop Down Box HELP!!

New Here ,
Jul 29, 2017 Jul 29, 2017

I'm pretty new to Adobe Acrobat and here is my issue. I cannot find the answer to this anywhere!!

I'm creating a drop down box on a form.  I need it to show a list of options but when selected, Insert a number in its place.

Example:    Drop down selection:  "Driver  was wearing a seat belt"   When selected in inserts "1" into the box

                                                      "Driver was not wearing a seat belt"    Inserts "2" into the box.

I know this is a formula but I dont know where to start.  Any help please!!??

TOPICS
PDF forms
7.9K
Translate
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
1 ACCEPTED SOLUTION
Guide ,
Jul 29, 2017 Jul 29, 2017

Not sure I totally understand what it is you want to achieve. But...

You can assign export values when creating the dropdown list:

  1. Right-click the Field, and select Properties
  2. Click Options tab, and when you Add list items also set their Export Value.
    seatbelt-1.png

If you want that export value to displayed somewhere, create a second field.

  1. Right-click the Field and select Properties.
  2. Click General tab, and set field to Read Only
    export-value-2.png
  3. Click Format tab, and select Number in the Select Format Category
    export-value-1.png
  4. Click Calculate tab, and select Value is the sum ( + ), click Pick and select the dropdown field that sets the values. Click OK, and click Close.
    export-value-3.png
  5. Click Preview to test the form. When you select one of the dropdown menu items, the export value is displayed the second field.
    export-value-4.png

View solution in original post

Translate
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
Guide ,
Jul 29, 2017 Jul 29, 2017

Not sure I totally understand what it is you want to achieve. But...

You can assign export values when creating the dropdown list:

  1. Right-click the Field, and select Properties
  2. Click Options tab, and when you Add list items also set their Export Value.
    seatbelt-1.png

If you want that export value to displayed somewhere, create a second field.

  1. Right-click the Field and select Properties.
  2. Click General tab, and set field to Read Only
    export-value-2.png
  3. Click Format tab, and select Number in the Select Format Category
    export-value-1.png
  4. Click Calculate tab, and select Value is the sum ( + ), click Pick and select the dropdown field that sets the values. Click OK, and click Close.
    export-value-3.png
  5. Click Preview to test the form. When you select one of the dropdown menu items, the export value is displayed the second field.
    export-value-4.png
Translate
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 ,
Dec 12, 2018 Dec 12, 2018

Is there a way to add "other" on the dropdown menu so the customer is able to put in their own text?

I thought by checking "Allow user to enter custom text" would make it work, but it does not.

Thank you

Translate
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 ,
Dec 12, 2018 Dec 12, 2018
LATEST

Yes, if you add a separate text field and show/hide it based on the selection in the drop-down.

Translate
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