Capture data using NFC | Zoho Creator Academy

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 phone/tablet. The phone/tablet displays a Creator form which captures the employee's details using the ID card and provides a field to enter feedback.

Prerequisites

  1. The target NFC tags and stickers must contain data as per the NFC Data Exchange Format (NDEF).
  2. The end user's Android device must contain NFC hardware. They can check this availability by searching for "NFC" in their device's  Settings.

Steps to follow

Note: To be able to try-out this tutorial, you will need an NFC tag which has the employee ID and email pre-written in the tag. You can refer to online articles to learn how to write NFC tags. 

1. Create a form named Report Issue with the following details.

 

Field Type

Field Name

Field Link Name

Multi Line

Feedback

Feedback

Single Line

Employee ID

Employee_ID

Single Line

Employee Email

Employee_Email


2. Create a page named Feedback and add a button to it. 

3. Set the label as Submit Feedback

4. Set the following details in the Action section with the Query parameters as follows:
  1.  zc_NFCTAG_Employee_ID=0&zc_NFCTAG_Employee_Email=1

See how it works


Points to Note

  1. The Employee ID and Email is already written for the ID cards (NFC tags) using online tools. 
  2. Since NDEF allows the tag to contain one or more records (data points), you'll need to pair the NDEF records with the fields in your form. In other words, you'll have to map the data stored in the NFC tag with your fields. 
  3. You can enable NFC for Zoho Creator forms by simply using the predefined query strings in the following format:
  1. zc_NFCTAG_<fieldLinkName1>=0&zc_NFCTAG_<fieldLinkName2>=1...&zc_NFCTAG_<fieldLinkNameN>=n
where,
    1. 0, 1, and n represent the first, second, and nth NDEF (NFC Data Exchange Format) records (data points) in the tag
    2. fieldLinkName1, fieldLinkName2, and fieldLinkNameN are link names of fields in which you want to input data by reading the NFC tag.
  1. In this tutorial we are specifying the query params for the form in Step 4. You can also use openurl deluge task with the appropriate query params, or you can also add an HTML snippet to a page and embed the required form using <div> container.
  2. In the app, the form can be restricted using permissions and the ID and Email fields can be disabled to avoid data manipulation during feedback submission.
  1. Reading NFC tags in Zoho Creator
  2. OpenURL task


        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

                                                                                                                                  • Understanding snippets

                                                                                                                                    In a nutshell Snippets are custom blocks within a Page component that can be built using ZML (Zoho Markup Language), HTML, or iframe codes. Deluge can be incorporated into the code blocks to make them interactive and display application data. They ...
                                                                                                                                  • 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 ...
                                                                                                                                  • Reading NFC Tags

                                                                                                                                    Reading NFC tags from Zoho Creator mobile apps Zoho Creator’s mobile apps support reading Near Field Communication (NFC) tags to input data in fields. About NFC NFC is a short-range wireless technology that enables communication between two ...
                                                                                                                                  • Creating applications with AI using Zia App Builder

                                                                                                                                    What does this page cover Learn about Zia App Builder and how it leverages AI to assist you in creating functional applications from user prompts by generating practical use cases and building working components. Before you proceed, learn how Zia App ...
                                                                                                                                  • Creating and managing HTML snippets

                                                                                                                                    Snippets are stand-alone, re-usable code pieces that can add additional functionality. An HTML snippet is a small portion of source code in HTML. They can be used to build different elements (like a list view, different styled buttons, text display, ...
                                                                                                                                    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