So this is the code I am using...
Code:
<cfform name="badassForm" method="post" action="saveBadassForm.cfm" id="badassForm">
<cftextarea name="txtMessage" height="800" width="600" richtext="yes" value="#myText#"></cftextarea>
</cfform>
I am trying to use the cftextarea with the rich text editor...