VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: Kuubs on February 03, 2020, 15:40:16 PM

Title: VM Text Input make it a textfield
Post by: Kuubs on February 03, 2020, 15:40:16 PM
Hello,

Is it possible for me to change the text input to textarea instead of input? I want the shopper to be able to add in break lines.
Title: Re: VM Text Input make it a textfield
Post by: Studio 42 on February 03, 2020, 17:49:15 PM
Do an overide of your textinput plugin in templates/yourtemplate/html/vmcustom/textinput and change input field to textarea
Title: Re: VM Text Input make it a textfield
Post by: Kuubs on February 04, 2020, 12:31:40 PM
Quote from: Studio 42 on February 03, 2020, 17:49:15 PM
Do an overide of your textinput plugin in templates/yourtemplate/html/vmcustom/textinput and change input field to textarea

Thanks