Setting a standard look and feel for my forms

  • JFedGMW
    Asked on January 11, 2017 at 4:37 PM

    Can I set a particular design for all of my forms so that I don't need to modify on a form by form basis? For example, if I want the background of all of my forms to be grey, where would I change this so that my default background color is grey?

  • Ian
    Replied on January 11, 2017 at 8:19 PM

    You can achieve this by adding your standard look and feel  form as a template

    If you would like to add a form template to the gallery, please follow the next guide.

    Sharing a Form in the Form Templates Gallery

    In case, you would like to save the form design as a theme, follow the next steps:

    - Go to the Theme Store.

    Setting a standard look and feel for my forms Image 1 Screenshot 70

    - Use a New Theme button under My Themes.

    Setting a standard look and feel for my forms Image 2 Screenshot 81

    - Select your designed form.

    Setting a standard look and feel for my forms Image 3 Screenshot 92

    - Save it as a Theme.

    Setting a standard look and feel for my forms Image 4 Screenshot 103

    Then, you should be able to apply the theme you just created to other forms via the form builder.

    Setting a standard look and feel for my forms Image 5 Screenshot 114

    Setting a standard look and feel for my forms Image 6 Screenshot 125

    If you need any further assistance, please let us know. We will be happy to help.

  • JFedGMW
    Replied on January 12, 2017 at 9:33 AM

    One simple question: I'd like to set the default label position as top instead of left. At the moment I'm having to touch each question and change this. Where do I find this setting so that I can add it to my theme? (Setting up the theme was super easy!)

  • Ian
    Replied on January 12, 2017 at 9:41 AM

    You need to add the following code using INJECT CSS

    .form-label {
    width:100%!important;

    }

    Hope this helps.