diff --git a/public_html/includes/class/class.LSformElement.php b/public_html/includes/class/class.LSformElement.php
index af54aa76..db19bfd5 100644
--- a/public_html/includes/class/class.LSformElement.php
+++ b/public_html/includes/class/class.LSformElement.php
@@ -287,7 +287,8 @@ class LSformElement {
'values' => $this -> values,
'attr_name' => $this -> name,
'noValueTxt' => ( (isset($this -> params['no_value_label']))? __($this -> params['no_value_label']):_('No set value') ),
- 'fieldTemplate' => $this -> fieldTemplate
+ 'fieldTemplate' => $this -> fieldTemplate,
+ 'fieldType' => get_class($this)
)
)
);