Page 1 of 1

Link under the multiline plain text field

Posted: 21 Apr 2020
by Leslie
Hello !

I have a form with a multiline plain text field and it shows a link under the writing zone:
(french version, sorry)
Cliquez pour obtenir de l'aide sur l'ajout d'une mise en forme HTML de format.

And the code of this link is : javascript:HelpWindowKey("nsrichtext")

I want to remove this link, it's possible ?

Thank you in advance for your help and have a nice day ! ;)

Re: Link under the multiline plain text field

Posted: 21 Apr 2020
by mnikitina
Hello Leslie,

Please use the below code in CSS editor to hide this message:

Code: Select all

span.ms-formdescription {
    display: none !important;
}

Re: Link under the multiline plain text field

Posted: 22 Apr 2020
by Leslie
Perfect, it works !

Thank you MNikitina ! :D