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

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

14 May 2014

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?

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

14 May 2014

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');

ds4be
Posts: 20
Joined: Fri Nov 07, 2014

23 Mar 2015

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,

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

24 Mar 2015

This is a native browser feature, so I don't think that you can handle it via JavaScript.

User avatar
Adam Reyes
Posts: 35
Joined: Tue Mar 04, 2014

07 Apr 2019

Will this work for Office 365 version of Forms Designer? When I use it, it doesn't seem to highlight any errors.

User avatar
AlexZver
Posts: 232
Joined: Mon Aug 27, 2018

16 Apr 2019

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?

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 14 guests