John Curtis
Posts: 0
Joined: Mon Oct 14, 2013 8:28 pm

How do I make inputs on a mobile app populate a database when i fill in two inputs and press send

I have two inputs that are filled out and then a report button that I want the two inputs to populate the DB once the send button is pushed. a DB already created, has the two inputs.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How do I make inputs on a mobile app populate a database when i fill in two inputs and press send

Hello! You can add DB service for adding items to DB (here is an example in tutorial http://docs.appery.io/tutorials/build...), map request parameters to Input controls, invoke the service on button Click event.

Return to “Issues”