Message Overrides

Component ID

2348695

Component name

Message Overrides

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

626

Component created

Component changed

Component body

Overview

This module is designed to alter or disable status messages displayed on form submission and validation.

Usage

Enable module and visit admin/config/user-interface/message-overrides. Add any form by specifying form ID. Normally you can find it in the
element on the page - just replace hyphens "-" to underscores "_". E.g. system ID of "user-register-form" is "user_register_form".

To add or remove the message, use the following syntax:
[original message]|[new message]

For instance:
Name field is required.|Please fill in Name field.

To remove the message, use <none> token:
Name field is required.|<none>

The character '*' is a wildcard.

Credits

Dmitriy Novikov from SmartWolverine.net.