noodly90210 Posted September 8, 2014 Share Posted September 8, 2014 (edited) In public function displayForm() I have: 'input' => array(array('type' => 'text','name' => NAME,'size' => 20,'required' => true .... This is input, but I want to add drop-down list (<select> tag) to configure to my module . How to make it in Prestashop 1.5 ? Thank You. Edited September 8, 2014 by noodly90210 (see edit history) Link to comment Share on other sites More sharing options...
PhpMadman Posted September 9, 2014 Share Posted September 9, 2014 'type' = 'select', https://www.google.com/search?q=prestashop+1.5+HelperForm&gws_rd=ssl#q=prestashop+1.5+Helper+Form 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