Sounds like you're facing a common Webform issue where error messages aren't displaying. The most frequent culprit is your theme: check its page.html.twig for missing {{ page.highlighted }} or {{ page.content }}. Temporarily switching to a core theme like Bartik will confirm if your theme is the problem. Also, open your browser's console for JavaScript errors Human Dog Translator and ensure you're clearing all caches (drush cr). If those don't work, try creating a minimal test form.
Hello, since you've tried different versions and patches without success, it's likely a theme or a module conflict. The most common cause is that the theme's template files (or a sub-theme) are not correctly rendering the status_messages block. To troubleshoot this, try switching to a core theme like Bartik or Claro and see if the errors appear. If they do, the problem lies within your custom theme. Another possibility is a conflict with a different module that's also trying to handle form MyMilestoneCard com validation or message display. You might need to disable other modules one by one to see if the issue is resolved.