I've enable the inline_msg module, but I can't tell if it's working -- validation failure messages on webforms seem to be displaying in exactly the same place as before. Where should they be displayed?

CommentFileSizeAuthor
#10 patch.diff4.26 KBkenorb
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kenorb’s picture

Hmm, can you try to clear your cache?

escoles’s picture

I assume you mean the Drupal cache -- tried that a number of times already. Doesn't appear to make a difference -- the messages show up in the same place, regardless. .

escoles’s picture

Also, just in general, what should this module do? It says it's about moving the form validation messages -- but is that all it's about? It's extracting those from the system messages and making them part of the node output?

kenorb’s picture

Basically this module moving drupal validation messages (via jQuery) from the top to specified form element.
Check if you have 'Activate message rules.' enabled to enable this feature.
It should work, but I'll test it again.

escoles’s picture

THAT was interesting! I just tested by enabling the 'Activate Message Rules' setting, and the validation messages simply - went away.

So I guess that means it's working.

So, answer to my question seems to be: If no change noted, go to Drupal Tweaks >> Msgs and check 'Activate message rules.'

Turned that off for now 'cuz i need my validation messages; I seem to recall other messages about the validation error msgs disappearing, so will go look for those.

escoles’s picture

Status: Active » Closed (fixed)
kenorb’s picture

Category: support » bug
Status: Closed (fixed) » Postponed

If messages went away, it doesn't work correctly. It should show the same messages above specified form elements (those with red boxes). I'll test it today on my environment.

escoles’s picture

I haven't had time to look into it, but my thinking was that it's probably a theme issue on my end. I expected you to find it working in your test environment.

kenorb’s picture

Initially I tested it, but it doesn't work as it should. Maybe because of some custom theme as well. I'll check that how it can be improved.

kenorb’s picture

Status: Postponed » Needs work
FileSize
4.26 KB
kenorb’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)

Closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.