@dilipwk wrote:
I am working in a mobile app with payment gateway. I want to send form data to a external url to process payment.
like
<form action="example.com/api" method="post"> <input type="text" ng-model="data"> <input type=submit> </form
On submitting the form, Data in the form should be send to the external url. and return url should be displayed inside the application.
Posts: 2
Participants: 2