- Issue created by @kostyashupenko
- Status changed to Needs work
over 1 year ago 11:27am 19 October 2023 - ๐ท๐บRussia kostyashupenko Omsk
I'm not backender, but this patch already can help a lot (at least it's really disabling status messages for your forms)
Also user brolad โ helped with this - ๐ฎ๐ณIndia aditi saraf
Aditi Saraf โ made their first commit to this issueโs fork.
- ๐ฎ๐ณIndia aditi saraf
i am Not able to reproduce it , not getting Disable status message checkbox .
- ๐บ๐ธUnited States jrockowitz Brooklyn, NY
I am very hesitant to add any new features to the Webform module.
This feature can be handled in a very simple form alter hook that detects an Ajax request.
- ๐ท๐บRussia kostyashupenko Omsk
I can't agree @jrockowitz
Displaying of status messages is hardcoded in webform with no ability to get rid of it quickly.Guess how many different webforms can exist on the web-site, then guess
Inline form errors
module enabled. Then guess 70% of the webforms shouldn't have status messages. Then guess how many alter hooks need to write. - ๐ซ๐ทFrance andypost
There's JS API for messages https://www.drupal.org/node/2930536 โ
- Status changed to Closed: won't fix
5 months ago 9:11pm 23 November 2024 - ๐บ๐ธUnited States jrockowitz Brooklyn, NY
Removing the 'status_messages' can also be accomplished in form alter hook in custom module or theme.