<html>
<form method="POST" action="https://creator.zoho.com/api/xml/interface/Simple/add/">
<input type="hidden" name ="authtoken" value="xxxxxxxxxxxxxxxxxxxxxxxxxxxx">
<input type="hidden" name ="scope" value="creatorapi">
<input type="hidden" name ="Name" value="Me">
<input type="hidden" name ="DOB" value="01-jan-2010">
<input type="submit" value="Add Record">
</form>
</html>
When we run this file through a browser it generates a button on the screen " Add Record"
On pressing the button a new record gets created in the form "Simple" with values as specified in the input file.
Please guide us.
P.K. Inani