• Resolved henrycproject

    (@henrycproject)


    Hi there.
    Can you make with Calculated Field Form a dropdown field that have its choices appear depending on what is selected in other dropdown field? … for example if the choices in first dropdown field are 1st Quoter and 2nd Quoter then when we choose 1st Quoter, in second dropdown field appear selections JAN, FEB, MAR, and if in first we select 2nd Quoter, in second appear APR, MAY, JUN.
    Thanks a lot for your help in this matter.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @henrycproject,

    The easiest way to get this behavior would be inserting three DropDown fields, the first one with the quarters, the second DropDown field with the corresponding 3 months, and the third DropDown field with other three months, and finally, define the second and third DropDown fields as dependent of the corresponding choices of first DropDown field. Additional details about the definition of dependencies in the following link:

    https://cff.dwbooster.com/documentation#dependencies

    If you are using the Developer or Platinum versions of the plugin, and you are using DropDown DS fields for reading the data from external data sources, then you can use only two DropDown DS fields and filter the options in the second one depending of the option selected in the first one.

    Best regards.

    Thread Starter henrycproject

    (@henrycproject)

    GOT IT… THANKS A LOT!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Variable dropdown field’ is closed to new replies.