• Resolved tech techno

    (@asifshaikhtsn)


    i m using wpuf post form for frontend post and the problem is that in this form these link option is available to insert link but i don’t want to let my user add link in post.i also tried my code and all code is working only in classic editor but i want to completely remove this link option and also ctrl+K (shortcode) function of inserting link function from this post Form.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @asifshaikhtsn

    I don’t want to let my user add link in post

    → You can use this custom CSS on your appearance > Additional CSS to hide the button but disabling shortcut won’t be available.

    #mceu_9-button { //inspect and know your selector
        display: none;
    }

    I hope this will helps.
    Regards!

    • This reply was modified 2 years, 6 months ago by MM Aurangajeb.
    Thread Starter tech techno

    (@asifshaikhtsn)

    @aurangajeb mean there os no way to stop user from adding link in articles

    As I said, you can hide that button, but if your user is well educated, they can still use the keyboard shortcode to insert links.

    I hope you got the point.
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘issue in wpuf post form’ is closed to new replies.