formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

Populating Field Comments from another Form #724

Open jweese74 opened 4 years ago

jweese74 commented 4 years ago

I'm hoping this is possible, and it's because I'm just not PHP or HTML literate:

Field "XYZ" is a dropdown populated from another form.

Once the user makes a selection from the dropdown I'd like to display another associated cell from the same form. See below for an example, because I may not be explaining myself correctly.

ID Animal Color 01 Chicken Blue 02 Cow Orange

So, when the user selects ID "01" from the dropdown, the Field Comment displays Chicken.

Thoughts around this?