Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70429

How to submit form to external url

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 70429

Trending Articles