Form Related Methods - ZCUISDKUtil | Zoho Creator Help

Form related methods

The ZCUISDKUtil of Zoho Creator's Android SDK lets you manage the interface of the components of your Zoho Creator applications.

Note: You'll need extend your activity from ZCBaseActivity to embed the UI component in your Android app.

static void startFormActivity(Activity activity, String appOwnerName, String appLinkName, String formLinkName, String formDisplayName, String queryParam)
This method will launch the FormActivity with the specified form loaded in it.

Parameters:

activityCurrent activity instance to launch the next activity.
appOwnerNameThe owner name of the application as String.
appLinkNameThe link name of the application as String.
formLinkNameThe link name of the required form in the application as Strin.
formDisplayNameDisplay name of the form as String.
queryParam
Value for the fields in the form as queryParams. Format:
fieldLinkName1=value1&fieldLinkName2=value as String

 

static Fragment getFragmentForForm(String appOwnerName, String appLinkName, String formLinkName, String queryString, SubmitHandler submitHandler)

This method will return the Fragment with the specified form loaded in it. If shubmitHandler param is not null, it will throw a call back to SubmitHandler.onSuccess() method.

Parameters:

appOwnerNameThe owner name of the application as String.
appLinkNameThe link name of the application as String.
formLinkNameThe link name of the required form in the application as Strin.
queryString
Value for the fields in the form as queryParams. Format:
fieldLinkName1=value1&fieldLinkName2=value as String
submitHandlerInstance of SubmitHandler interface. If no call back required keep it as null.

fun startFormActivity(activity: Activity, appOwnerName: String, appLinkName: String, formLinkName: String, formDisplayName: String, queryParam: String)

Launches the FormActivity with the specified form loaded in it.

Parameters:

activityCurrent activity instance to launch the next activity.
appOwnerNameThe Zoho username of the required Creator application's owner.
appLinkNameThe link name of the Creator application that contains the specified form.
formLinkNameThe link name of the required form.
formDisplayNameThe display name of the required form.
queryParam
Specifies values for the required fields in the required form. Format:
fieldLinkName1=value1&fieldLinkName2=value2

 

fun getFragmentForForm(appOwnerName: String, appLinkName: String, formLinkName: String, queryString: String, submitHandler: SubmitHandler?): Fragment?

Returns the Fragment with the specified form loaded in it. If the submitHandler parameter is not null, it will throw callback to SubmitHandler onSuccess().

Parameters:

appOwnerNameThe Zoho username of the required Creator application's owner.
appLinkNameThe link name of the Creator application that contains the specified form.
formLinkNameThe link name of the required form.
queryString
Specifies values for the required fields in the required form. Format:
fieldLinkName1=value1&fieldLinkName2=value2
submitHandlerThe instance of the SubmitHandler interface. Keep it as null if no callback is required.



      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 FormsRetailOnline Data Collection Tool
                              Embeddable FormsBankingBegin Data Collection
                              Interactive FormsWorkplaceData Collection App
                              CRM FormsCustomer ServiceForms for Solopreneurs
                              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
                              Forms for Government
                              Intake FormsLegal
                              Mobile App
                              Form DesignerHR
                              Mobile Forms
                              Card FormsFoodOffline Forms
                              Assign FormsPhotographyMobile Forms Features
                              Translate FormsReal EstateKiosk in Mobile Forms
                              Electronic FormsInsurance
                              Drag & drop form builder

                              Notification Emails for FormsAlternativesSecurity & Compliance
                              Holiday FormsGoogle Forms alternative GDPR
                              Form to PDFJotform alternativeHIPAA Forms
                              Email FormsWufoo alternativeEncrypted Forms
                              Accessible FormsTypeform alternativeSecure Forms

                              WCAG

                                          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

                                                                  Use cases

                                                                  Make the most of Zoho Desk with the use cases.

                                                                   
                                                                    

                                                                  eBooks

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

                                                                   
                                                                    

                                                                  Videos

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

                                                                   
                                                                    

                                                                  Webinar

                                                                  Sign up for our webinars and learn the Zoho Desk basics, from customization to automation and more

                                                                   
                                                                    
                                                                  • Desk Community Learning Series


                                                                  • Meetups


                                                                  • Ask the Experts


                                                                  • Kbase


                                                                  • Resources


                                                                  • Glossary


                                                                  • Desk Marketplace


                                                                  • MVP Corner



                                                                    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

                                                                                                                            • Report related methods

                                                                                                                              The ZCUISDKUtil of Zoho Creator's Android SDK lets you manage the interface of the components of your Zoho Creator applications. Note: Zoho Creator's Mobile SDK is currently a Beta feature. We do not recommend using it for apps in the production ...
                                                                                                                            • Common methods

                                                                                                                              The ZCUISDKUtil of Zoho Creator's Android SDK lets you manage the interface of the components of your Zoho Creator applications. Below are the methods available in it. Note: Zoho Creator's Mobile SDK is currently a Beta feature. We do not recommend ...
                                                                                                                            • FAQs: Form Title - Appearance

                                                                                                                              This page covers the significance of customizing form titles, including their purpose, functionality during tasks, default behaviors, character limits, customization options for different forms, and methods for previewing user appearances. What is a ...
                                                                                                                            • Creating a form from scratch

                                                                                                                              Click the Add New icon displayed at the top of the Design page: Select Form , as shown below. If you're creating the first form in your app, you will be taken directly to step three. Select Blank . Enter a name for your form, then click Create Form. ...
                                                                                                                            • FAQs: Form Buttons

                                                                                                                              This page covers about the functionality, customization, and optimization of form buttons in Zoho Creator, answering key questions and providing insights for enhancing user experience. What are form buttons in Zoho Creator? Form buttons in Zoho ...
                                                                                                                              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