How to close (font size/family/format) change options in rich text editor.

  • effietr
    Asked on January 31, 2018 at 4:24 AM

    Like this support form box, i need little bit smart text input box then plain text box. 

    Font family, size, format can't be selectable or unvisible in my rich forms.

    How can i do this? 

     

    Thanks 

  • melihtanriyakul
    Replied on January 31, 2018 at 9:09 AM

    You can configure your "Long Text Entry" as you wish in two steps.

    1.Firstly, you should select the "Long Text Entry" and click on "Properties".

    1517407287Screenshot 2 Screenshot 10

    2. Then, you should click on "Options" and finally select "Rich Text".

    1517407395Screenshot 1 Screenshot 21

    If you need any other assistance, please don't hesitate to contact us.

  • effietr
    Replied on January 31, 2018 at 12:39 PM

    Hi, (selam)

    I could not tell the exact problem. I need to light editor without font styling options, found "squire editor" widget but it hasn't got word count and limitation option.

  • David JotForm Support
    Replied on January 31, 2018 at 1:44 PM

    When using a long text field with the rich text editor, you can use the following CSS to hide the font sizing and family drop downs:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .nicEdit-selectContain{
        display : none;
    }

    Here is an example form to show how it would work:

    https://form.jotform.com/71655739452970

  • effietr
    Replied on February 1, 2018 at 4:42 AM

    David, thank you so much. Its working great!


    Could you share another css codes to hide other elements.

    For example i don't need elements after then unorderest list item. 

  • Support_Management Jotform Support
    Replied on February 1, 2018 at 6:25 AM

    Hello @effietr - That's good to know. We moved your last question to a separate thread to avoid confusion.

    https://www.jotform.com/answers/1369353

    I'll reply to you there shortly.