usage of cftextarea and get value
I used the cftextarea to get the FCK editor, like :
<cftextarea name="txt_h_1" message="Insérer le texte d'Accueil !" height="400" width="700" disabled="No" required="Yes" toolbaronfocus="No" bindonload="No" html="No" enabled="Yes" visible="Yes" richtext="Yes" toolbar="Basic" skin="silver">#get_param.txt_home_1#</cftextarea>
So the name of the element is : TXT_H_1
Ans when I want to save the content via an update query, it says that :
Element TXT_H_1 is undefined in FORM
All other FORM elements are well returned.
then how to get the value of the cftextarea ?
(I used a CFFORM with <input> inside instead of <cfinput>)
thanks for answer.
Pierre.
