• I have a drop-down field named courses …A, B, C, etc.

    I want an auto-populated field, where the par for the “Course” selected in the previous field is automatically populated.

    Say IF “Course” = A, then 54
    IF “Course” = B, then 56 … etc.

    Future calculated fields would use the auto-populated field.

    I’ve not figured this out. Is it even possible?

    https://www.ads-software.com/plugins/caldera-forms/

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

    (@shelob9)

    Thanks for using Caldera Forms. We do not regularly monitor these forums. Please use https://CalderaWP.com/support for Caldera Forms support.

    You can set a Static Variable for this, ex:
    A_Var Value %course:A%
    B_Var Value %course:B%

    the on the future Calculation do this, (just example):
    {variable:A_Var} + {variable:B_Var}

    Hope this help you, Tq

    And Josh tq for your great plugin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Populate one field based on input of another’ is closed to new replies.