Hi,
I'm new to Zoho and I'm a little confused. I have been asked to implement something that selects data out of our DB and adds record into Zoho. I am looking at the documentation and I'm just not getting it. I was wondering if someone could explain something to me. As I said, I am writing my script in Perl that will be cron'd that will submit records in real time. The documentation states I create a form using <form method="POST" action="the url" etc <input type="text" name="colname" value ="Me"> etc...</form>. I know its probably a very stupid question, but now I've created this form how do I submit it?
I understand if it was all built from the URL, as in the_url/create?colname=Me?nextcol=Address... but this doesn't seem to be the case.
Many Thanks
Gav