Dear all,
This is the API that I want to use in ionic
<form method="POST" action="https://creator.zoho.com/api/batool4/xml/myapp/form/form1/record/add">
<input type="hidden" name ="authtoken" value="14e8d1c6acf83682cd9622986f0f7999">
<input type="hidden" name ="scope" id="scope" value="creatorapi">
<input type="text" name="Phone">
<input type="text" name="Date_field" value="11-Nov-2011">
<input type="text" name="Name_field">
<input type="submit" value="Add Record">
</form>
It is working fine in angular but I want to use it in Ionic. How can I do that.