使用post提交数据之后,有错误,页面刷新之后,想保持原有值
如题,我使用的ecmall模板
<tr>
<td><span style="color:red"> * </span>{$lang.user_name}:</td>
<td><input type="text" id="user_name" name="user_name" value="{$smarty.post.user_name}" class="text width10" /></td>
<td class="padding3 fontColor4"><label class="field_notice">{$lang.user_name_desc}</label><label id="checking_user" class="checking">{$lang.checking}</label></td>
</tr>