<td>
{%user,country,determineCountry%}
<input type="text" class="form_field" name="zip" size="5" maxlength="10" value="{%user,zip,bigintval%}" />
- <input type="text" class="form_field" name="city" size="20" maxlength="255" value="{%city,city%}" />
+ <input type="text" class="form_field" name="city" size="20" maxlength="255" value="{%user,city%}" />
</td>
</tr>
<tr>
</tr>
<tr>
<td align="right">{--CITY--}:</td>
- <td><strong>{%city,city%}</strong></td>
+ <td><strong>{%user,city%}</strong></td>
</tr>
<tr>
<td align="right">{--EMAIL--}:</td>