I would like to have a textbox to display a small block of text depending on the users choice from a choice field. Example being, Choice A makes information box display text. Choice B, different text in box. Choice C, third set of information in box.
I must be missing something. I can't really figure out how to accomplish this. I thought I could make a multi-line textbox, make a validation rule saying Choice=="Choice A" and then put my text for the "Message", but it hasn't worked so far. Can someone set me straight here?