OK So using the conditional logic options, I have essentially created 5 different forms in one based on a drop-down selection. When a user selects one of 5 choices, the corresponding fields appear. All of the fields appear correctly except the paragraph text field used for comments.
Strangely, it ONLY appears when you choose the last answer in the drop-down box. under no other circumstance does it appear.
when any of the first 4 options is selected in my drop-down box, the ' < l i > ' tag has 'style="display: none; "' in it. When I use developer tools to inspect the elements and remove that styling, the paragraph text does appear.
I have tried changing CSS, HTML5 option, No-Conflict Mode, changing/reversing logic statements... nothing works. Anybody have any ideas?