In addition to the code below
replace the code after {else}:
<input type="text" name="account[{$field.Key}]" {if $field.Values < 100}size="{$field.Values}" class="wauto"{/if} maxlength="{if...
Type: Posts; User: Rudi
In addition to the code below
replace the code after {else}:
<input type="text" name="account[{$field.Key}]" {if $field.Values < 100}size="{$field.Values}" class="wauto"{/if} maxlength="{if...
You need to do the same in file reg_account.tpl
I've edited my code, now it should work
Hello,
Go to templates > your_template > tpl > blocks > field.tpl > {if $field.Type == 'text'}
replace:
value="{$default_value}"