How to style a form using CSS

How to style a form using CSS

I put my programmer on this task and they found a solution.
  1. Using your browser's Inspect feature, get the CSS classes of both the <label> and <span> of any element you want to style in your form.
  2. Create a page.
  3. Embed the form in the page.
  4. Add an HTML snippet
  5. Add whatever style you want for your elements to the HTML snippet. 
For example, in the code below, we were able to add a red asterisk to our conditionally mandatory phone number field. 

In the screenshots, you can see that the field is NOT mandatory, but when it renders it shows the red asterisk.
  1. <%{
  2. style = "<style>";
  3. style = style + ".zc_phonenumber_label .zc-label-text::after {content: ' *';color: red;}";
  4. style = style + "</style>";
  5. %>
  6. <%=style%>
  7. <%

  8. }%>



    Access your files securely from anywhere

        Zoho Developer Community




                                  Zoho Desk Resources

                                  • Desk Community Learning Series


                                  • Digest


                                  • Functions


                                  • Meetups


                                  • Kbase


                                  • Resources


                                  • Glossary


                                  • Desk Marketplace


                                  • MVP Corner


                                  • Word of the Day



                                      Zoho Marketing Automation


                                              Manage your brands on social media



                                                    Zoho TeamInbox Resources

                                                      Zoho DataPrep Resources



                                                        Zoho CRM Plus Resources

                                                          Zoho Books Resources


                                                            Zoho Subscriptions Resources

                                                              Zoho Projects Resources


                                                                Zoho Sprints Resources


                                                                  Qntrl Resources


                                                                    Zoho Creator Resources



                                                                        Zoho Campaigns Resources


                                                                          Zoho CRM Resources

                                                                          • CRM Community Learning Series

                                                                            CRM Community Learning Series


                                                                          • Kaizen

                                                                            Kaizen

                                                                          • Functions

                                                                            Functions

                                                                          • Meetups

                                                                            Meetups

                                                                          • Kbase

                                                                            Kbase

                                                                          • Resources

                                                                            Resources

                                                                          • Digest

                                                                            Digest

                                                                          • CRM Marketplace

                                                                            CRM Marketplace

                                                                          • MVP Corner

                                                                            MVP Corner





                                                                              Design. Discuss. Deliver.

                                                                              Create visually engaging stories with Zoho Show.

                                                                              Get Started Now