How to make the counter smaller?

  • rpbproductions
    Asked on March 14, 2017 at 1:01 AM

    hi, I have setup the counter, is there a way to make it smaller, and have a hyperlink instead of text only ?

  • John_Benson
    Replied on March 14, 2017 at 3:28 AM

    If you're referring to the Unique ID widget, that is not visible in the form. You can only view it on the Form Builder.

    You can use the Random Generator Value, if you want to show it to the user. Search for the Random Generator Value in the Widgets section.

    How to make the counter smaller? Image 1 Screenshot 30

    Add this custom CSS code to make the box smaller:

    #valueContainer {

        width: 40% !important;

    }

    Here's how to inject custom CSS code to the widget:

    Click the Widget wizard. Go to the Custom CSS tab and paste the custom CSS code I provided and click the Update Widget button.

    How to make the counter smaller? Image 2 Screenshot 41

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