How to Hide Or Show Submit Button But NOT Disable the Alert Button

How to Hide Or Show Submit Button But NOT Disable the Alert Button

I'm sure this has been posted before, but I found a follow up way to hide or show specific buttons and KEEP the Alert Button Working Fine. (this is based on the info I found on the below website so thanks for the user who added this)

All this does is adjust the CSS or Style of parts of your form. In this case the Buttons. 

The website it worth looking at as my idea just builds on this:


As an extension of the the info in the video:

Instead of 

nput.primary = “<style>.zc-live-primary-btn{visibility:visible;}</style>”;
input.secondary = “<style>.zc-live-secondary-btn{visibility:visible;}</style>”;

Try The below. Note: the name on your button might be different. Use the Inspect feature in Google Chrome to see it.

The W3 Schools Website may also help:


//The next 4 Lines work with notes to allow/disable the search button and alerts buttons

//This next line hides the search and reset buttons
input.primary = "<style>[name~=Search]{visibility:hidden;}</style><style>[name~=reset]{visibility:hidden;}</style>";

//The next line shows both Search and Reset Buttons
//input.primary = "<style>[name~=Search]{visibility:visible;}</style><style>[name~=reset]{visibility:visible;}</style>";

    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