Jump to content

Custom fields help!


Recommended Posts

Creating custom fields such as email or order ID from the contact-form.....

 

Creating a custom field "name"

 

 

<p class="text">

<label for="name">{l s='Name'}</label>

{if isset($customerThread.name)}

<input type="text" id="name" name="fromname" value="{$customerThread.name}" readonly="readonly" />

{else}

<input type="text" id="name" name="fromname" value="{$name}" />

{/if} </p>

 

1- How do i change the size of the field box? they seem to be all the same and i dont see "size" anywhere.....

 

2- Is is also possible to arrange the fields one next to the other one and not each one in a new line??

Many thanks :)

Link to comment
Share on other sites

×
×
  • Create New...