I have a project where I'm developing a quote request form for a website. I'm trying to pull a description from a field in another table and display it in a text box. I'm having difficulty getting the HTML to render correctly.
When I put the data in a Text object, I get these results.
When I put the data in a Text Input object, I get these results
I can hard code a Text object and get the HTML to look OK, but this doesn't work because I need to update the description when the drop-down is changed.
Any suggestions?