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
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
Hi Frank,
You should use rest services to send data from the application: http://devcenter.appery.io/documentat...