Using an input=”submit” field to submit instead of button=”” with parsley.js

I currently have an ASP.net page which has one form tag around the entire page. Within that page, I have two forms that are validated with parsley.js when their respective submit button is clicked.
At the moment, the trigger to validate these forms are buttons and I need for them to be input=”submit”. Does anyone have an idea on how to execute this?