• Hi – apologize in advance if this question has been answered, but my search results didn’t turn up any hits.

    I’m using CF7 4.5.1 with the Souffle theme from mothemes. When form validation errors occur (e.g., required field has not been entered), I get error messages in 3 locations. At the top of the form listing all the errors, a red error message by the fields in error, and a message box at the bottom of the form indicating there were errors.

    Is there a way to prevent the errors from being displayed at the top of the form? Maybe I’m just missing a setting somewhere. I checked the additional settings FAQ but couldn’t find anything there either.

    Again – apologize if this question has already been asked multiple times.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Robert Keahey

    (@rhkeahey)

    I found a workaround by setting the display for the screen-reader-response class to “none”.

    .screen-reader-response {display: none; }

    But I’m still curious if there is a config parameter I may be missing that would allow me to turn off the messages that appear at the top of the form.

    Thanks

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Try switching to the default theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error messages showing up in multiple places’ is closed to new replies.