Can I have two submit buttons in one form? [closed]
If you’re placing a button in a meta box, it is included within the FORM tags for a post. A simple answer is no, you shouldn’t place a submit button in the post form. However, nstead of using a normal input[type=submit], use the following: <button type=”button” name=”button-name” id=’button-id’>Button Text</button>’ A click won’t process as a … Read more