Change style of text (font colour etc.)

  • MyUWC
    Asked on May 28, 2015 at 4:36 AM

    What is the quickest and easiest way to change the text (colour, font, style ...) associated with a label.

    I don't want our end-users (non IT staff) to go into designer via CSS when they create their own forms ?

  • Ecem JotForm Designer
    Replied on May 28, 2015 at 6:44 AM

    Hi,

    If I  am not misunderstanding you like to change every text differently. You can see here how to do this: How to Change Font Size on Forms

    1. Edit your form

    2. Click "Form style"

    3. Click "Font Color" and change the color according to your needs.

     

    For Specific field color:

    1. You will need to find the field ID of the field.

    2. Inject custom CSS codes, example:

    #id_2 {

    color: red !important;

    }

    Where id_2 is the field ID.

    I hope it helps.

    Best Regards

    Ecem

  • MyUWC
    Replied on June 8, 2015 at 6:06 AM

    I tried your first option provided, and it did not work.

    NOTE: We have users who is not IT savy.

    Instead, I am looking for an option for our users to change their own forms as they please.

    The answer lies in how you allow us to Edit an HTML filed.

    You provide us with options to change font sizes. color etc .... as you would in Ms Word.

     

    THAT IS WHAT I AM LOOKING -- simplicity, yet effective.

  • jonathan
    Replied on June 8, 2015 at 9:39 AM

    I suggest checking also the Form Designer Tutorials.

    The Form Designer is the easiest way to design your form with no coding needed at all.

    Please screenshot below for demo.

    Change style of text (font colour etc Screenshot 20

     

    Hope this help. Let us know if you need further assistance.

    Thanks.