Configure submit actions for fillable documents

How to configure submit actions in fillable templates

Overview

Zoho Writer lets you automate what happens after a respondent submits a fillable form using Submit Actions. These actions help streamline document handling, data collection, and follow-up processes without manual effort.

Steps

Configure Submit Actions

Click the Automate tab to open the On Submission settings.


Option 1 : Save a Copy to a Folder

      This option allows you to save a copy of the filled document in the configured Work Drive Folder

  • Check 'Save a copy to a folder' and click on the hyperlink folder.
  • A dialog box opens as shown below where you can choose a name, format and also set a password for the documents.

    Option 2 : Send as email

    The filled document can be emailed to the configured email id. 
    Click Send as email , in Email Settings dialog, enter the From, To, Reply To, Cc and Bcc email addresses and subject line as required. Please note that the To, Cc and Bcc addresses can be customized with the data filled in the fillable fields using the "+" icon.


    1. Send Email As : Choose one of the following available options to send your filled document in email:
      1. Inline : The filled document will be a part of the body of the email you're sending.
        Attachment : The filled document will be sent as an attachment along with the email. Share the attachment as:
        PDF Document : The filled document will be attached in .pdf format. The filled values will be present as text and not as form fields in the filled document and this document can be downloaded.
        PDF Form : The filled document will be attached in .pdf format with interactive form fields. The recipient can make changes or delete the values entered in the fields and send it out as a fresh PDF form.
        MS Word Document : The filled document will be attached as an MS Word file in .docx format.
        Send As Link : The filled document will be emailed as a link, and you can also send the link as a QR code. Anyone with access to the link can view and download the filled document. Click Settings to choose a location in WorkDrive to save the filled document. Please note that the filled document will be saved in Work Drive based on which service the original document is stored.  
    1. Enter a message if any, if you have chosen email document type as attachment or link. Personalize the message with fields. To add a field to your message, click "+".

    1. You can also add up to 5 additional common attachments with the email. Please note that common attachments will be the same for all recipients.


    Option 3 : Send for sign collection

    Send the filled document for signatures or approvals. You can also define who can sign, approve, or simply view the document.
    1. Check 'Send for sign collection' and click sign collection.
    2. Configure the signer details, language and role of the signer. 
    3. Go to Advanced Settings to set reminders and a term of expiry for signing the document.
    Refer to the article on Configuring Signers and Sign Workflow for more details

             Allow Respondents to Configure Sign Collection

    The additional Option "Allow Respondents to Configure Sign Collection"  allows form respondents to define who should sign, approve, or view the filled document during submission. Instead of predefining all recipients, you give the respondent the flexibility to add signer details themselves—such as names, email addresses, and roles.
    Useful in cases like, A sales team sends out a custom sales agreement form to clients after finalizing deal terms. Each client may have a different set of internal stakeholders (e.g., procurement head, legal advisor, or finance manager) who need to sign or approve the agreement.

    Option 4 : Save responses in Zoho Sheets

    Configure this action so that once the responders hit Submit, the filled data gets stored in a worksheet for you to create data tables, interpret, compare and arrive at conclusions based on the responses of the form.







    Note : The responses are saved with their labels as the header row and for fields without labels, a unique id will be populated automatically as the header.

    If you change the label of a field after sending out the forms for filling, a separate column will be created with the new label as the header, and the responses post change will be listed under this header.
    If the sheet name is changed, a new sheet will be created with the changed name and the data post change will be stored on this new sheet.

    Option 5 : Trigger Webhook & custom functions

    • Check 'Email the filled document to' and enter the email id of one or more persons to email the filled document.
    • In addition to the default options in Writer, you can run entire workflows via Zoho's Deluge Custom Functions once a document is submitted.
    • Check 'Execute Custom Function' and click Configure. Follow these steps to access the custom functions for fillable forms.
    NotesNotes
  • The configured webhook URL must be publicly accessible and should not require authentication.
  • The submitted document will be sent to the webhook as binary data. Ensure your webhook is configured to receive and process binary file data.
  • When a form is submitted, the configured webhook receives the submitted document details as a JSON payload in the following format:
          {
          "unique_id": "<redacted>",
          "attachment_name": "<document_name>.pdf",
          "filled_data": {
          "<field_name>": "<value>"
          },
          "filled_document_download_url": "<secure_download_url>",
          "status": true
          }

    Option 6 : Configure Post-Submission Message and Redirect URL

    • Enable 'show custom message & redirection' and enter a message that you want to appear post submission and if you enter a URL here, on submission, the responder will be redirected to the URL as mentioned.

    Option 7 : Configure Responders options

    • Click Configure Respondent Options to control what actions respondents can perform after submitting the form. You can choose to allow them to:

      1. Download a copy of the submitted document'
      2. Email the submitted document
      3. Send the document for signing

    Note: Emailing the document and sending it for sign collection is restricted to users within your organization.


    • On document submission, users can be given options to download, email, or send the document for sign collection based on the submit actions configured by the document owner.

    Send responses for approval

    Upon submission, a filled form might require review and approval by another authority in an Organization depending on business policies and requirements. In these cases, the form is considered complete and is processed to the next step only upon approval.
    You can configure up to 10 responders.
     
    A form might also contain fields that must be filled in by a specific person or group of people only. This feature comes in handy during such circumstances. The document owner can have some of the responses to the form to be filled in only by authorized personnel. 
     
    A classic example is a bank form where some fields are for "Office use only" and need authorization/approval from the bank personnel.
     
    Another example is performance reviews. This allows multiple managers or peers to provide feedback on an employee’s performance for a more rounded review.
     
    According to this feature,
    1. Primary responders - people who fill in the form with their responses.
    2. Additional responders - approvers/reviewers who complete the process by modifying the fields filled by the primary responders.
    Note:
    Please note that the additional responders can fill in the document only if they have access to that document. Responders can be given access either by sharing the document to them with the "Fill as a Form" role, or by publishing the document.

    How to add additional responders? 

    1. Add one or more additional responders following the below steps. Once you add additional responders to a form, Writer sends an email to those responders after each submission for the form is made.
    2. Go to Automate and click Send responses for approval or completion under Responder Options.
    3. In the pop-up that follows, enter the email id of the approver in your Organization.

    Adding a fillable email field for additional responders 

    Use the + to add a fillable email field here, upon which the email id entered in the fillable field will receive an email to approve/complete the form on each submission, and the person(s) will dynamically be added as an additional responder(s).


    Note:
    1. If an email field is selected as a responder field, that email field automatically becomes mandatory in the form so that the form can be routed correctly to the next responder.
    2. This is because the form submission becomes invalid if the mapped email field is left empty. Without a valid email address, Writer cannot route the form to the next responder in the approval workflow.

    Additional Note

    Save progress and resume later

    Forms automatically allow saving progress and resuming later. Recipients can copy the unique link or email it to continue filling in from where they left off. 
    1. While filling the form, respondents can click the ︙(More Options) menu.

    2. Select Save as Draft.

    3. A unique link is automatically generated for you to copy or send via email. Please note that the link expires in 4 months after the last modification to the form, and if the document owner removes sharing or publishing access, the link becomes invalid.


    Troubleshooting

    1. Question: Is there a way for users to save and resume later, especially if form too large to complete in one go?
        Solution:  Saved values will last for 4 months. Your resume link will expire if you don't save your work at all during that 4 month period.
    2. Question: How can I make the user filling out a fillable document be the first signer?
        Solution:  Open the Sign Settings dialog to configure the Submitter's Mail as the first signer.
    3. Question: The emails with the fillable form links are landing in spam. How can I prevent this?
         Solution: If DKIM is not configured, the emails might land in spam folders. Configure DKIM for your WorkDrive teams.

    Related Articles

    1. How to share, publish, or embed fillable forms using Zoho Writer fillable templates
    2. How to configure Sign Collection in Fillable Templates
    3. How to create a fillable form in Zoho Writer
    4. How to generate prefilled fillable forms using Zoho Writer?

        Create. Review. Publish.

        Write, edit, collaborate on, and publish documents to different content management platforms.

        Get Started Now


          Access your files securely from anywhere

            Zoho CRM Training Programs

            Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

            Zoho CRM Training
              Redefine the way you work
              with Zoho Workplace

                Zoho DataPrep Personalized Demo

                If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

                Zoho CRM Training

                  Create, share, and deliver

                  beautiful slides from anywhere.

                  Get Started Now


                    Zoho Sign now offers specialized one-on-one training for both administrators and developers.

                    BOOK A SESSION







                                Quick LinksWorkflow AutomationData Collection
                                Web FormsEnterpriseOnline Data Collection Tool
                                Embeddable FormsBankingBegin Data Collection
                                Interactive FormsWorkplaceData Collection App
                                CRM FormsCustomer ServiceAccessible Forms
                                Digital FormsMarketingForms for Small Business
                                HTML FormsEducationForms for Enterprise
                                Contact FormsE-commerceForms for any business
                                Lead Generation FormsHealthcareForms for Startups
                                Wordpress FormsCustomer onboardingForms for Small Business
                                No Code FormsConstructionRSVP tool for holidays
                                Free FormsTravelFeatures for Order Forms
                                Prefill FormsNon-Profit

                                Intake FormsLegal
                                Mobile App
                                Form DesignerHR
                                Mobile Forms
                                Card FormsFoodOffline Forms
                                Assign FormsPhotographyMobile Forms Features
                                Translate FormsReal EstateKiosk in Mobile Forms
                                Electronic Forms
                                Drag & drop form builder

                                Notification Emails for FormsAlternativesSecurity & Compliance
                                Holiday FormsGoogle Forms alternative GDPR
                                Form to PDFJotform alternativeHIPAA Forms
                                Email FormsFormstack alternativeEncrypted Forms

                                Wufoo alternativeSecure Forms

                                TypeformWCAG

                                  All-in-one knowledge management and training platform for your employees and customers.

                                            Create. Review. Publish.

                                            Write, edit, collaborate on, and publish documents to different content management platforms.

                                            Get Started Now




                                                              You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                                  Manage your brands on social media


                                                                    • Desk Community Learning Series


                                                                    • Digest


                                                                    • Functions


                                                                    • Meetups


                                                                    • Kbase


                                                                    • Resources


                                                                    • Glossary


                                                                    • Desk Marketplace


                                                                    • MVP Corner


                                                                    • Word of the Day


                                                                    • Ask the Experts


                                                                      Zoho Sheet Resources

                                                                       

                                                                          Zoho Forms Resources


                                                                            Secure your business
                                                                            communication with Zoho Mail


                                                                            Mail on the move with
                                                                            Zoho Mail mobile application

                                                                              Stay on top of your schedule
                                                                              at all times


                                                                              Carry your calendar with you
                                                                              Anytime, anywhere




                                                                                    Zoho Sign Resources

                                                                                      Sign, Paperless!

                                                                                      Sign and send business documents on the go!

                                                                                      Get Started Now




                                                                                              Zoho TeamInbox Resources





                                                                                                        Zoho DataPrep Demo

                                                                                                        Get a personalized demo or POC

                                                                                                        REGISTER NOW


                                                                                                          Design. Discuss. Deliver.

                                                                                                          Create visually engaging stories with Zoho Show.

                                                                                                          Get Started Now








                                                                                                                              • Related Articles

                                                                                                                              • How to create a fillable form in Zoho Writer

                                                                                                                                Overview Zoho Writer’s fillable templates allow you to create interactive documents that users can fill out. It is ideal for collecting data via feedback forms, surveys, client intake forms, and more. Fillable Forms vs Web Forms Feature / Aspect Zoho ...
                                                                                                                              • How to preview or test the form before publishing

                                                                                                                                Overview After configuring a fillable template, the form creator can preview and test it in different ways depending on the requirement. There are three options to preview and test the created fillable form. Access fillable Form Best suited for ...
                                                                                                                              • Getting started with document merge in Zoho Writer

                                                                                                                                Overview Zoho Writer’s template-based document generation lets you automatically create personalized documents by merging pre-designed templates with data from spreadsheets, forms, CRMs, or APIs. Merge fields pull in real data to generate contracts, ...
                                                                                                                              • How to fill default values in fillable fields in Zoho Writer before sharing them?

                                                                                                                                Overview Zoho Writer’s fillable templates allow you to create forms pre-filled with data from various sources, saving recipients time and effort by having much of the form already completed. Prerequisites A Fillable Template created Access to the ...
                                                                                                                              • How to design templates or create documents using AI in Zoho Writer

                                                                                                                                Overview Zia now enables you to design templates or create different types of business documents such as sales orders, resumes, and proposals with easy-to-use prompts. You can choose between Zoho's AI or OpenAI to design templates or create ...
                                                                                                                                Wherever you are is as good as
                                                                                                                                your workplace

                                                                                                                                  Resources

                                                                                                                                  Videos

                                                                                                                                  Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                                  eBooks

                                                                                                                                  Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                                  Webinars

                                                                                                                                  Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                                  CRM Tips

                                                                                                                                  Make the most of Zoho CRM with these useful tips.



                                                                                                                                    Zoho Show Resources