realmagic Posted January 19, 2015 Share Posted January 19, 2015 How to put second submit button in form helper? My code: $this->fields_form = array( 'legend' => array( 'title' => $this->l('Advanced Price Management'), ), ... 'submit' => array( 'title' => $this->l('Apply'), 'class' => 'button', ), ); Link to comment Share on other sites More sharing options...
jsmit2 Posted January 19, 2015 Share Posted January 19, 2015 If you cannot add a second submit button maybe you can add a normal button with a class and then make it a submit button with javascript. Link to comment Share on other sites More sharing options...
realmagic Posted January 19, 2015 Author Share Posted January 19, 2015 thx for replay. i'm on this way. maybe there a simple solution? 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