Index: trunk/extensions/SemanticForms/includes/SF_FormPrinter.php |
— | — | @@ -1451,7 +1451,7 @@ |
1452 | 1452 | $template_field = $form_field->getTemplateField(); |
1453 | 1453 | |
1454 | 1454 | if ( $form_field->isHidden() ) { |
1455 | | - $text = SFFormUtils::hiddenFieldHTML( $form_field->input_name, $cur_value ); |
| 1455 | + $text = SFFormUtils::hiddenFieldHTML( $form_field->getInputName(), $cur_value ); |
1456 | 1456 | } elseif ( $form_field->getInputType() != '' && |
1457 | 1457 | array_key_exists( $form_field->getInputType(), $this->mInputTypeHooks ) && |
1458 | 1458 | $this->mInputTypeHooks[$form_field->getInputType()] != null ) { |