rbravo Posted October 13, 2018 Share Posted October 13, 2018 (edited) 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 October 14, 2018 by rbravo (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now