In my fictitious content type form, I have this select/radio question:
"Do you want the pie ingredients?"
yes|Yes
no|No
If the user selects "Yes", then a block of text needs to show up
2 spoons of sugar
1 cup of milk
4 cups of flour
etc...
How do I do this without writing a module? Why can't I create a custom field of type label/text? I am already using the conditional fields module so I can make the visibility/hidden fields happen, but it only applies to a field. Is there a way to inject/embed my text into the form?
As far as I know, there is no way to create custom text within a form unless I write my own module, which I would rather not do!