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.
![](http://content.screencast.com/users/combook/folders/Method%20BETA/media/bf2e6fba-89d0-4b80-ae75-f071731fc6f1/10.27.2015-20.01.png)
When I put the data in a Text Input object, I get these results
![](http://content.screencast.com/users/combook/folders/Method%20BETA/media/5286f651-3695-4186-bb5c-72276bf6ba46/10.27.2015-20.02.png)
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?