• Resolved ssfshcf

    (@ssfshcf)


    I am trying to set a few of the textareas to show bulleted items. I enabled TinyMCE in Forminator and it comes up with a text tab and a visual tab on those textareas. My end user is not very saavy and I need it to only show the visual tab so they can input their information. Any ideas how to change this? This also shows as a very large box rather than the small one I want.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @ssfshcf

    I hope you’re well today!

    The simplest way to achieve that would be to use additional CSS on site. This should do the trick:

    .forminator-field .wp-editor-wrap .wp-switch-editor {
    	display:none;
    }
    .forminator-field .wp-editor-wrap .mce-edit-area {
    	height: 200px;
    }

    Note: I used 200px height but please adjust it to you needs. You can add the code e.g. via “Appearance -> Customize -> Additional CSS” in your site’s back-end.

    Best regards,
    Adam

    Thread Starter ssfshcf

    (@ssfshcf)

    After applying this(which worked-Thank you!), I am unable to see the form labels. Any advice on that?

    Thread Starter ssfshcf

    (@ssfshcf)

    Any advice for the above? Everything appears fine if the height is left alone, but then it is too large.

    Hello @ssfshcf

    I trust you are doing well!

    I apologize for the delayed reply! Please elaborate, are you referring to the labels above the fields? I see the labels on every field on your site.

    Please share here a screenshot of the item that is too large.

    Thank you,
    Nastia

    Thread Starter ssfshcf

    (@ssfshcf)

    There error was occurring when I used the additional css on my theme. I was able to resolve this by using the built in css in Forminator.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need help with configuring TinyMCE and Forminator’ is closed to new replies.