Page 1 of 1

Can you enable spell check within Forms Designer for text and rich text fields?

Posted: 14 May 2014
by Dmitry Kozlov
Published on behalf of Ruby Foose:

User would like to have our text/rich text fields spell check when typing a message. kind of like it is here. If I type an incorrect word, I receive the squiggly line beneath. When typing in the fields on SP, I don’t get that unless I click on spell check in the ribbon?

Re: Can you enable spell check within Forms Designer for text and rich text fields?

Posted: 14 May 2014
by Dmitry Kozlov
Here we have two options:

1. Disabling SharePoint spell checking at the farm level. (Central Administration -> System settings -> Manage farm features -> Deactivate 'Spell Checking' feature).

2. Use the default spell checking provided by a browser in conjunction with the SharePoint spell checking for specific forms. Put the following code into JS-editor of Forms Designer:

Code: Select all

$('body').attr('spellcheck', 'true');

Re: Can you enable spell check within Forms Designer for text and rich text fields?

Posted: 23 Mar 2015
by ds4be
The above code works and will highlight errors when writing, however it will not show errors once the form is saved and re opened, is there a way to do this?

I am running sharepoint foundation 2013,

Re: Can you enable spell check within Forms Designer for text and rich text fields?

Posted: 24 Mar 2015
by Dmitry Kozlov
This is a native browser feature, so I don't think that you can handle it via JavaScript.

Re: Can you enable spell check within Forms Designer for text and rich text fields?

Posted: 07 Apr 2019
by Adam Reyes
Will this work for Office 365 version of Forms Designer? When I use it, it doesn't seem to highlight any errors.

Re: Can you enable spell check within Forms Designer for text and rich text fields?

Posted: 16 Apr 2019
by AlexZver
Dear Adam,

I'm sorry for a late reply. Yes, the spell check works for Office 365 too. Have you tried the second option? What browser do you use?