Hi,
Very nice work. But I try do it in the custom fileds and it not function well.
The custom code is
{if $customfields}
<br />
<table cellspacing="1" cellpadding="0" class="frame"><tr><td>
<table width="100%" cellpadding="2">
{foreach key=num item=customfield from=$customfields}
<tr><td width="150" class="fieldarea">{$customfield.name}</td><td>{$customfield.input} {$customfield.required}</td></tr>
{/foreach}
</table>
</td></tr></table>
{/if}
Can you help me to change this for the customer not edit it?
Thank you.

Reply With Quote
