Form Naming: How to Hide Form Names

  • Profile Image
    JRowley69
    Asked on March 5, 2026 at 9:27 PM
    Also-- how can I name these forms so the receiving contact cannot see the name? I will duplicate these and name them but I dont want the contact to see the names.
  • Profile Image
    Rica Support Team Lead
    Replied on March 5, 2026 at 11:06 PM

    Hi John,

    Thanks for reaching out to Jotform Support. Are you referring to the Form Name on this page?

    Form Naming: How to Hide Form Names Image 1 Screenshot 40

    If so, you can inject a custom CSS code to hide it. Let me show you how:

    1. First, copy this code:

    .pdff-headerCenter {
      display: none !important;
    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    Form Naming: How to Hide Form Names Image 2 Screenshot 51

    Here's the result:

    Form Naming: How to Hide Form Names Image 3 Screenshot 62

    Give it a try and let us know how it goes.