Customer Feedback with Location Capture and Interactive Visualization

Customer Feedback with Location Capture and Interactive Visualization

1. Requirement

Capture the location of the user and visualize it in a map by using the location capture feature in Zoho Creator form.

2. Use Case

Consider an organization offering courier, package delivery, express mail, and logistic services, where Zoho Creator is employed for customer feedback surveys. Enabling the location capture feature in this form enhances the understanding of localized customer experiences and preferences. By organizing the gathered location data based on zip codes and utilizing pivot report in map format, the organization can filter and visually represent customer reviews. This enables the identification of specific areas where customers may perceive the service as poor, facilitating targeted improvements in those regions.

3. Steps to Follow

3.1. Create Form

  1. Create a form with the following details to collect customer reviews.

    Form

    Form Link Name

    Field Type

    Field Name

    Field Link Name

     

     

    Customer Review

     

     

    Customer_Review

    Name

    Customer Name

    Customer_Name

    Phone

    Phone

    Phone

    Email

    Email

    Email

    Radio

    How are you satisfied with our product/service?

    • Very Satisfied

    • Satisfied

    • Neutral

    • Unsatisfied

    How_are_you_satisfied_with_our_product_service

    Multi Line

    How was your overall experience with our product/service?

    How_was_your_overall_experience_with_our_product_service

    Decimal

    Latitude

    Latitude

    Decimal

    Longitude

    Longitude

Note: Update the default Decimal Points setting for the decimal-type Latitude and Longitude fields to 6 in the field properties to ensure precision in the values.

3.2. Enable Capture Location

Note: Location data is regarded as personal information and will only be captured with the user's explicit consent. Refer to understand capturing location to learn more.
  1. Select Capture Location option in the form properties as shown below.

  2. Create a workflow to execute on the successful submission of the Customer Review form and name the workflow as Autofill Coordinates. This workflow uses the Capture location property to fetch the customer's postal code. The zip code will then be used to populate the corresponding geo-coordinates in the Latitude and Longitude fields of the form.

  3. Add the following code in the Deluge editor.
  1. //Fetch the postal code of the captured location form the form and use the Geocode task to get the geographic coordinates corresponding to that postal code
  2. geo_coordinates = zoho.map.geoCode(Added_Location.postal_Code); //The Added_Location is a system field that gets created automatically when the location capture feature is enabled in the form. 
  3. //Populate the Latitude and Longitude fields with the fetched values
  4. input.Latitude=geo_coordinates.getJSON("latitude");
  5. input.Longitude=geo_coordinates.getJSON("longitude");

3.3. Hide Fields

  1. Create another workflow to hide the auto-populated Latitude and Longitude fields of the Customer Review form.

  2. On the subsequent page, click Add New Action > Hide fields, set this action to run always, and select the Latitude and Longitude fields.

3.4. Publish the Form

  1. Publish the Customer Review form to make it publicly accessible.

  2. Share the permalink with customers through your preferred mediums, such as the website, QR codes, and blogs, to gather their reviews.

3.5. Create Pivot Chart

  1. Navigate to the Design page of your application and click create icon (+) at the top of the Design page.

  2. Select Report and choose Pivot Chart.

  3. Select the Customer Review form and name the report Customer Review Location Map. Click Create Report.

  4. In the next page, drag and drop the Latitude field from the left pane to the X-axis.

  5. Select the dropdown near the X-axis and choose Latitude under Geo Location, as shown.

  6. Drag and drop the Latitude field from the left pane to the Y-axis and select Longitude under Geo Location in the dropdown, as shown.

  7. Drag and drop the How are you satisfied with our product/service? field to the color field. This will differentiate the customer reviews based on the color.

  8. After configuration, click Click Here to Generate Graph.
    The geo-coordinates will be pointed on the map with the appropriate customer response.

  9. Choose the appropriate map chart type to visualize the data with more details. For our use case we have chosen Map - Bubble as shown below.

  10. Click Done to save your configurations.

Access the map report in live mode to view and interact with the map. You can also filter the data points on the map based on the customer reviews such as Very Satisfied, Satisfied, Neutral, and Unsatisfied using the filter option.

4. See How it Works


  1. Geocode
  2. Capture Location



    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








                                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

                                      Zoho Desk Resources

                                      • Desk Community Learning Series


                                      • Digest


                                      • Functions


                                      • Meetups


                                      • Kbase


                                      • Resources


                                      • Glossary


                                      • Desk Marketplace


                                      • MVP Corner


                                      • Word of the Day


                                        Zoho Marketing Automation

                                          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 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

                                                                                                  • Capture Location

                                                                                                    Manage the capturing of location data by forms Location is considered personal data. It will be captured only when your users consent. Refer to understand capturing location to learn more. You can manage capturing location data as follows: Enable ...
                                                                                                  • Capture data using NFC

                                                                                                    Requirement Capture data from NFC supported tags. Use Case An organization wants a mechanism where its employees can submit feedback about its cafeteria and restrooms by tapping their NFC- enabled ID cards against the feedback collecting ...
                                                                                                  • Adjust location

                                                                                                    Manage adjusting location of address on map Refer to this section to learn about the Adjust location on map property of the Address field. Open the form builder. Select the address field. The Field Properties pane will appear on the right. Check the ...
                                                                                                  • Capture geo coordinates

                                                                                                    Manage capturing geo coordinates of address Refer to this section to learn about the Capture geo coordinates property of the Address field. Open the form builder. Select the address field. The Field Properties pane will appear on the right. Check the ...
                                                                                                  • Capture IP address

                                                                                                    Manage the capturing of IP addresses in forms IP address is considered personal data. Refer to understand capturing IP address to learn more. You can manage capturing IP addresses as follows: Enable capturing IP addresses Disable capturing IP ...
                                                                                                    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