How do I hide my Submissions Counter?

  • StrawberryDesi
    Asked on February 4, 2017 at 5:08 PM

    I have the need to hide my Submissions Counter widget in my Strawberry Designs On-line Order Form. It is the VERY FIRST question on the form. How can I make that happen?

     

    Thank you.

     

     

    Henry

  • John_Benson
    Replied on February 5, 2017 at 2:05 AM

    Hello Henry,

    In order to hide the submission counter, you need to add this custom CSS code: 

    div#cid_203 { 

        display: none !important; 

    Here's how to add custom CSS code in the New Form Builder V4:

    1. In the Form Builder, click the Form Designer icon below the Preview Form.

    How do I hide my Submissions Counter? Image 1 Screenshot 40

    2. Go to the CSS tab and add the custom CSS code. Click the Save button when you're done.

    How do I hide my Submissions Counter? Image 2 Screenshot 51

    Result:

    How do I hide my Submissions Counter? Image 3 Screenshot 62

    Hope that helps. If you have any questions, please contact us again.

    Thank you.