Jump to content

Change input to textarea for the address1 field in order-opc-new-account.tpl


rbravo

Recommended Posts

 

I need to modify input name = "address1" to textarea of the order-opt-new-account.tpl file.
When modifying to textarea, the address is not saved.

This would be the code that I am modifying:

{elseif $field_name eq "address1"}
                       <div class="required text form-group">
                               <label for="address1">{l s='Address'} <sup>*</sup></label>
                               <textarea class="form-control" name="address1" id="address1" ></textarea>
                        </div>   

I appreciate the help you can give me

 

Edited by rbravo (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...