How can two forms share the same inputs?
I have two forms, one for two different paths... if i wanted to get the user to enter their name, but only once.... how could both forms
In HTML5 you could do it without JavaScript.
Do one form with one set of inputs, and just make two submit buttons using a different formaction attributes found on Mozilla Developer Network
like this: