Venky967 Posted February 16, 2017 Share Posted February 16, 2017 (edited) In Prestashop backoffice I have created a form with a submit button labelled as "Save".Is it possible to add another submit button with different action? Edited February 16, 2017 by Venky967 (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted February 16, 2017 Share Posted February 16, 2017 Yes, but not using plain html. You would likely need to use javascript so that when the buttons are clicked, and javascript function is called, and could submit the form or take different actions depending on which button was clicked. This is pretty basic web page coding, and there is plenty of information online to show you how to do that. I would start doing some google searches and learn how to do that 1 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