diff --git a/public_html/includes/js/LSformElement_text_field.js b/public_html/includes/js/LSformElement_text_field.js index 083c2025..946bc83c 100644 --- a/public_html/includes/js/LSformElement_text_field.js +++ b/public_html/includes/js/LSformElement_text_field.js @@ -35,7 +35,7 @@ var LSformElement_text_field = new Class({ force = 1; } this.isCreation = false; - if (input.value=="") { + if (this.input.value=="") { this.isCreation = true; }