PHP form sends data to Creator
Hello everyone!
I have a problem that I can't solved.
I have a PHP form on my website and I want to add a record by this form to Zoho creator.
Now the action for this form is to send an email (by mail() function) and I need some additional function which will send all information from form to zoho creator.
I was searching on the Web but I didn't find any idea - maybe because Im a beginner in API and I dont know what exactly I need.