Resolved! How to retrieve value from an HTML Type Field
Hi All,Is anyone knows how to retrieve value from an HTML Type Field. I have a field on form 'long_description' And I want to print only the text from it.I tried this one current.getValue('long_description'); but it print all the tag.Thank you....