Re Add record to Creator from web html page through creator api

Re Add record to Creator from web html page through creator api

Hi Yoge

I try to many times for add record to Creator from a web html page by Creator api,but failed to achieve,my html page code as bellow ( in accordance with the help of Zoho), Steps, the first code saved as a the test.html and then use the browser to open
  1. <form method="POST" action="http://creator.zoho.com/api/xml/usana/apitest/add/ ">

  2. <input type="text" name="name" value=" Column Value ">

  3. <input type="text" name="age" value=" Column Value ">

  4. <input type="hidden" name ="apikey" id="apikey" value="3d8a1cea7b8efc6141c4f0233a155eed">

  5. <input type="hidden" name ="ticket" id="ticket" value="927c927143c0c4b10220247616a8de61">

  6. <input type="submit" value="Add Record">

  7. </form>
need your help

Thanks

Stanley