Form with button input
Posted: Fri Nov 21, 2014 7:08 am
I have a form action, I want to submit data to this with a button (not html form) what is the best practice around this?
I have tried:
document.forms["FORMname"].submit();
which submits, but not the values for my form action