I have one form in my application
I retrive value from user their mobile no.and e-mail id.
now
I want to send that data to my server database table.
Hoe it possible in appery??
I have one form in my application
I retrive value from user their mobile no.and e-mail id.
now
I want to send that data to my server database table.
Hoe it possible in appery??
Hi Pritu,
Yes, if you service support REST requests: http://docs.appery.io/documentation/r...
But i want to send data on my own server database
How to add my URL in that??
In service settings.
ok I know it very well.Thnk you
I tried it but not working.In server code there is default Execute url is available.
In service settings I can't add my url.
If I add my url then how it possible for output?
please Tell me some solution to send data on my url using server code.
Hi Pritu,
Why can't you add? Enter a link to your server in Service Settings parameter 'URL'. To get a service response you can either add mapping to a page, or use a variable 'data' on service Success event.
Hi Pritu,
Does REST client receives data correctly? What data is your server supposed to send when data received?
In Test tab you do not send data, but I can see that you send from your mapping.
About REST client I have no more idea.Where is this?what is this?
What data is your server supposed to send when data received?
Only send successfully registartion message.
Yes send data from input box.