kugi Posted August 16, 2012 Share Posted August 16, 2012 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 More sharing options...
kugi Posted August 16, 2012 Author Share Posted August 16, 2012 style="width:50px;height:20px"..... size sorted... any input on the position? Link to comment Share on other sites More sharing options...
Recommended Posts