Can I send an email to the user who has entered data in the form using the email notification tool?

Can I send an email to the user who has entered data in the form using the email notification tool?

Yes it is possible to send the user an email after he has submitted data into the form. However the Send Mail Deluge task has the following pre-requisites:


  • The zoho.loginuserid/ zoho.adminuserid must be used either as the "From" or the "To" address field.
  • The send mail task must have and id in the "From" or the "To" address fields
  • Addresses for the CC,BCC or Reply to Address can be added only if zoho.loginuserid or zoho.adminuserid is used as the From address.


zoho.adminuserid is the Email address using  which you have signed up with Zoho.
zoho.loginuserid is the Email address of the user who accesses the application (if they have already registered with Zoho).

The following are the probable scenarios where you might face an error:

  • When the Email ID entered by the user in the form is used as the "From" id and your personal ID [even if it is the ID that you used to register with Zoho] is used in the "To" field, script execution fails. The best practice is to avoid mentioning the id and using the zoho.adminuserid variable.
  • When the Email ID entered by the user in the form is used as the "From"/"To" id , if the field is left empty by the user on form submission them script execution fails. To avoid this scenario, you can make the field which collects the email ID from the user, a mandatory field.


Please make sure that the aforementioned pre-requisites are met to avoid any error. You can also refer the Send mail Actions for further help.

    • Related Articles

    • How can I send email message with Form Data?

      You can configure to send e-mail message with form data either from the Form GUI or by adding Deluge Script with the Send mail task.  1. To configure email notifications from the Form GUI, refer the topic, Configure email notifications from GUI.  The ...
    • Notification

      Notifications help every team stay informed about the activities performed in Jobs. Orchestly lets you manage email, web, and mobile notifications. View and Manage your Notifications Navigate to   on the top band of the screen to view the ...
    • Add user

      Sign in to Zoho One  , then click Admin Panel in the left menu. Click Users, then click Add User. Under Basic information, enter the user's First Name and Last Name. In the Email Address field: If you haven't added any domains to Zoho One, enter an ...
    • How can I prepopulate one form with data that has been previously entered in another form, in same application?

      To fetch data from a form and use it in another form, a relationship has to be established between the two forms, using Lookup fields. To create relationships between forms using Lookup fields, refer the topic Creating relationship.  Let us ...
    • Send Email

      Automated emails allow for comprehensive communication in today’s organizations. Use them to inform your team about the progress of a job or notify specific users when the job moves to the next stage. Configure automated emails and the recipient ...