Is it possible to have two forms with two submit buttons such that when I click on the button it saves the input fields in both forms?
I\'m concerning to solve this
If you have a problem like this, the design is flawed.
You can submit only one form at a time for a reason.
Change the design to use only one form; doing workarounds to submit two anyway is a horrible practice that would be better to avoid.