frank6683668
Posts: 0
Joined: Sat Feb 22, 2014 2:36 am

Form with button input

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

Ihor Didevych
Posts: 0
Joined: Wed Nov 19, 2014 7:55 pm

Form with button input

Hi Frank,

You should use rest services to send data from the application: http://devcenter.appery.io/documentat...

Return to “Issues”