diff --git a/public_html/includes/js/LSformElement_textarea.js b/public_html/includes/js/LSformElement_textarea.js
index e3a7dd96..3e1e029b 100644
--- a/public_html/includes/js/LSformElement_textarea.js
+++ b/public_html/includes/js/LSformElement_textarea.js
@@ -21,7 +21,7 @@ var LSformElement_textarea = new Class({
},
onClearBtnClick: function(btn) {
- btn.getPrevious().value='';
+ btn.getPrevious('textarea').value='';
},
reinitialize: function(el) {