How can I add records to a form using Send mail task?

How can I add records to a form using Send mail task?

Every form in Zoho Creator has its own e-mail address. You can use this e-mail address in the Sendmail function to add a record to another form. Please refer the topic, Add records to a form using scripting for more information.

    • Related Articles

    • How to Iterate Records in a Form

      The "Task Management" application illustrates the usage of for each record Deluge statement, to iterate records in a form. The applicationcomprises of the following forms: Staff Details: To store the staff details like name, emailid etc. Task: To ...
    • How to Iterate Records in a Form

      About the application  The "Task Management" application illustrates the usage of for each record Deluge statement, to iterate records in a form. The applicationcomprises of the following forms: Staff Details: To store the staff details like name, ...
    • How can I use the Email ID field in Form A as the "To Address" of the send mail task, in From B?

      About the applicationAssume you want visitors to subscribe to a newsletter through a subscription form and send mail to the e-mail ids of subscribed users. The application should also allow subscribers to unsubscribe from the news letter. The sample ...
    • Using Native App for iPad

      Supported Zoho CRM Modules From your iPad, you can access a set of Zoho CRM modules and the data in them which will be stored in a local database on your iPad. This ensures that you can access the important data even in the offline mode when no ...
    • How can I send mail to particular records using Deluge script?

      You can send mail to specific records in a form by using the sendmail Deluge syntax within a for each deluge statement. Refer the link Fetch a collection of records and iterate over them, for more information.