prefix Tag | Zoho Creator Help

Prefix tag

<prefix> 
The <prefix> tag defines an affix content that can be added in the front of a primary text content. 
Note
  • It is similar to the text tag and can be defined within a <text> tag only.
  • <prefix> is applicable only when <text  type ='Form Data'>
Parent tag :  <text>
Child tag   : -- 

Attributes

1.  value

The  value  attribute specifies the content to be prefixed to a primary text.

Possible Values
  • Any String

Example

Syntax <text type='Form Data' value='salesapp.northregion.totalsales.sum'>
< prefix value='$'/ >
</text>
Output

 

Note:

  • value  attribute acts as source attribute. i.e: All the attributes listed below viz:  size, bold, italic  and  color  are applicable only when a  value  is specified. 
 
2.  size

The s ize  attribute specifies a font size for the prefixed text.

Possible Values
  • A number from 1 - 9 that defines the size of the prefix text. 

Example

Syntax

<text type='Form Data' value='salesapp.northregion.totaltaxes.sum' size='8'>

          < prefix value='Deductibles: $' size='4'/ >

</text>

Output  

Note:

  • size  attribute is optional.
  • If no size is specifies, it is s ame as the size of the primary text content.

3.  bold

The  bold  attribute adds a bold style to the prefixed text.

Possible Values
  • true
  • false

Example

Syntax

<text type='Form Data' value='salesapp.northregion.totaltaxes.sum' size='8'>

          < prefix value='Warehouse (North):' bold='false'/ >

Output  

Note:

  • bold  attribute is optional.
  • If it is not specified, the prefix text acquires the value of the  bold  attribute set for the primary text content.

4.  italic

The  italic  attribute adds an italic style to the prefixed text.

Possible Values
  • true
  • false

Example

Syntax

<text type='Form Data' value='salesapp.northregion.totaltaxes.sum' size='8'>

          < prefix value='Overdue $' italic='true'/ >

</text>

Output  

Note:

  • italic  attribute is optional.
  • If it is not specified, the prefix text acquires the value of the  italic  attribute set for the primary text content.
 
5.  color

The  color  attribute specifies a font color for the prefixed text.

Possible Values
  • A hexadecimal color value. You can refer  this page  for hexadecimal color codes.

Example

Syntax

<text type='Form Data' value='salesapp.northregion.totaltaxes.sum' size='8'>

          < prefix value='Open Tickets: ' color='#AA002D'/ >

</text>

Output  

Note:

  • color  attribute is optional.
  • If it is not specified, the prefix text acquires the value of the  color  attribute set for the primary text content.


    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 Links Workflow Automation Data Collection
                          Web Forms Enterprise Begin Data Collection
                          Interactive Forms Workplace Data Collection App
                          Encrypted Forms Customer Service Accessible Forms
                          Digital Forms Marketing Forms for Small Business
                          HTML Forms Education Forms for Enterprise
                          Contact Forms E-commerce Forms for any business
                          Lead Generation Forms Healthcare Forms for Startups
                          Wordpress Forms Customer onboarding Order Forms for Small Business
                          No Code Forms Construction RSVP tool for holidays
                          Free Forms Travel
                          Prefill Forms Non-Profit

                          Intake Forms Legal
                          Mobile App
                          Form Designer HR
                          Mobile Forms
                          Card Forms Food Offline Forms
                          Assign Forms Photography
                          Mobile Forms Features
                          Translate Forms Real EstateKiosk in Mobile Forms
                          Electronic Forms

                          Notification Emails for Forms Alternatives
                          Holiday Forms Google Forms alternative 
                          Form to PDF Jotform alternative





                                            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

                                                                                                              • pr tag

                                                                                                                <pr> The <pr> tag defines a row within a panel. Parent tag : <pc>, <panel> Child tag : <pc> Attributes 1. width The width attribute defines a width for the <pr>. Possible Values auto fill Value Description auto Auto-adjusts width of <pr> based on the ...
                                                                                                              • suffix tag

                                                                                                                <suffix> The <suffix> tag defines an affix content that can be added at the end of a primary text content. Note: It is similar to the text tag and can be defined within a <text> tag only. <suffix> is applicable only when <text type='Form Data'> ...
                                                                                                              • panel tag

                                                                                                                <panel> The <panel> tag defines a generic container for adding content. Parent tag : <column> Child tag : <pr> Attributes 1. Title The title attribute specifies a title for the <panel> element. This can be used to describe the contents of the panel. ...
                                                                                                              • text tag

                                                                                                                <text> The <text> tag defines a text area, that can hold multiline characters. The contents entered here, can be customized using the text attributes. Parent tag : <pc> Child tag : <prefix>, <suffix> Note: You'll have to encode the following ...
                                                                                                              • pc tag

                                                                                                                <pc> The <pc> tag defines a column within a panel row. Parent tag : <pr> Child tag : <pr>, <text>, <image>, <button> Attributes 1. width The width attribute defines a width for the <pc>. Example Syntax <pr width='fill'> <pc width='50%' ...
                                                                                                                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