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

How to make a dropdown selection with fixed answers and one optional one.

Community Beginner ,
Oct 09, 2023 Oct 09, 2023

I want to make a dropdown selection in Adobe Acrobat with fixed answers e.g. male, female,... and one option where the end user can fill in their own answer. I am not familiar with Java and I wonder if I actually need to do this in Java.

 

TOPICS
Create PDFs , How to , JavaScript , PDF forms
976
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
2 ACCEPTED SOLUTIONS
Community Expert ,
Oct 09, 2023 Oct 09, 2023

In dropdown field under 'Options' tab, check 'Allow user to enter custom text'

tempsnip.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
Community Expert ,
Oct 09, 2023 Oct 09, 2023
LATEST

You're welcome. I unchecked my answer, as @Nesa Nurani provided the correct one. Mine works, but is not as elegant.

ABAMBO | Hard- and Software Engineer | Photographer

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
Community Expert ,
Oct 09, 2023 Oct 09, 2023

You need to make a field, where the user enters their custom answer. If a user selects one out of the dropdown, you copy that answer to the field. With that method, you only have to deal with the content of the field.

ABAMBO | Hard- and Software Engineer | Photographer
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 Beginner ,
Oct 09, 2023 Oct 09, 2023

This worked for. Thanks!

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 ,
Oct 09, 2023 Oct 09, 2023
LATEST

You're welcome. I unchecked my answer, as @Nesa Nurani provided the correct one. Mine works, but is not as elegant.

ABAMBO | Hard- and Software Engineer | Photographer
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 ,
Oct 09, 2023 Oct 09, 2023

In dropdown field under 'Options' tab, check 'Allow user to enter custom text'

tempsnip.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
Community Beginner ,
Oct 09, 2023 Oct 09, 2023

Thanks, found it. Must've overlooked that window. 

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