Problem/Motivation

On a webform's form settings page the following JS error appears in the JS console:

Uncaught Error: Syntax error, unrecognized expression: :input[name="wizard_auto_forward]

Steps to reproduce

Go to a webform's form settings page.

Proposed resolution

Line 365 in file webform/src/EntitySettings/WebformEntitySettingsFormForm.php needs to be changed from ':input[name="wizard_auto_forward]' => ['checked' => TRUE], to ':input[name="wizard_auto_forward"]' => ['checked' => TRUE],

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#2 form-settings-js-error-3192858-2.patch615 bytesrromore

Comments

rromore created an issue. See original summary.

rromore’s picture

StatusFileSize
new615 bytes
rromore’s picture

Status: Active » Needs review
jrockowitz’s picture

Status: Needs review » Fixed

Thanks for the patch

  • rromore authored 4e5d846 on 6.x
    Issue #3192858 by rromore: Syntax error, unrecognized expression: :input...

  • rromore authored 4e5d846 on 8.x-5.x
    Issue #3192858 by rromore: Syntax error, unrecognized expression: :input...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.