Skip to main content
July 28, 2017
Question

How can I format a field to select from dropdown choices selected other fields?

  • July 28, 2017
  • 1 reply
  • 290 views

I am working with an Adobe form, and need to format a field to select a value from one of three other fields.  The other three fields have dropdown lists from which to populate the individual fields, and I need to be able to select one of these three values to appear in the fourth field.  Data in these fields are not based on calculations, but on personal choice selections from lists of options.

This topic has been closed for replies.

1 reply

Legend
July 30, 2017

You'll need to use a JavaScript for that.

First write out in long hand what it is that sets the criteria for the value that is displayed in the field that needs to show info from one of the three other fields.

E.g.

If FieldA is X, and FieldB is NOT Y, and Field C is NOT Z, then show value.FieldA in FieldQ
etc.

Based on that write a JavaScript that populates the value for FieldQ.

// Note: I'll move this post to the JavaScripting sub forum for you.