diff --git a/templates/backOffice/default/forms/standard/form-field-renderer.html b/templates/backOffice/default/forms/standard/form-field-renderer.html index 3835288d4..3682a38a6 100644 --- a/templates/backOffice/default/forms/standard/form-field-renderer.html +++ b/templates/backOffice/default/forms/standard/form-field-renderer.html @@ -14,6 +14,10 @@ fragment uses the following additional variables : {include file="forms/$field_template/form-field-attributes-renderer.html"} {/capture} +{if empty($value)} + {$value = $field_value} +{/if} + {if $type == 'hidden'}