Support

Account

Home Forums Backend Issues (wp-admin) Get a value from two radio button fields and populate a third radio button field Reply To: Get a value from two radio button fields and populate a third radio button field

  • Thanks for the response. The 10 choices and their values in field 3 are the same as the choices and values in field 1 and field 2. They’re just text values like “sighting” , “encounter” , “attack” and so on.

    The user would never see both field 1 and field 2 at the same time because one of the fields is hidden from a previous field selection. So , I’m really just needing to pull the value from the field that has a choice selected and populate field 3.

    I’ve found a solution to merge fields and achieve this with gravity forms on the fronted, but would love to figure out how to make this happen on the backend if our admins don’t use the frontend. (Using this for a post creation process)