• Resolved Graicifyd

    (@graicifyd)


    I have a radio button field, one of the options opens up a dependency field of numbers…so if the radio button is fieldname1 l, and option 2 opens up a number dependent field, I assumed that fieldname1 + 2 should return the value of the dependent field when the (option 2 + 2 ) is checked but it didn’t work.

    Please how can I assign the value of the dependent field to the radio button controlling it is checked?

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

    (@codepeople)

    Hello @graicifyd

    I’ll try to describe the process with a hypothetical example. If fieldname1 is a radio button field with two choices, and the fields: fieldname2 and fieldname3 are number fields dependent on the radio button’s choices. You can insert a calculated field with the equation: fieldname2+fieldname3, and the result would be only the value corresponding to the active number field.

    Best regards.

    Thread Starter Graicifyd

    (@graicifyd)

    Amazing.

    Thank you so much.

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

The topic ‘Assign Value to a dependent field’ is closed to new replies.