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
You could submit both forms at the same time via Ajax but your php script would only receive one form at a time. Better to just convert your 2 forms into one big form if you need all inputs going to one script