I'm creating an entry form and setting up my fields. One of these fields is set as a list (drop-down) with several character race types. Each race type has it's own description but how do connect the associated race description to the correct race, based on what is selected from the drop-down? The description is just a display, that gives more information about the race selected.

I've currently on have the Drupal 10 core installed without any additional add-ons.

Comments

vm’s picture

what you seek isn't a core feature. You will need to investigate modules such as https://www.drupal.org/project/conditional_fields

flawedemotion’s picture

Thank you. I just added it to my project and looking at it, I think this is what I'm after. I've not tried it yet beyond the install and looking at the options but will be doing more in a little bit.

flawedemotion’s picture

Thank you and this question has been solved.