Synopsis
This simple module lets you set a custom replacement for Drupal's standard asterisks required marker (*) this marker will be used for fields that are added to static fields as well as dynamic fields.
This module modifies the behaviour of the state:required bind function in states.js.
This module implements a custom theme_form_required_marker function.
You can set both the text of the marker and the title attribute of the required marker's wrapper.
Reason for developing this module
In order to make forms more accessible the current best practise is to use the word required rather than an asterisks. This can be helpful in meeting accessibility requirements as the current recommendation is to replace the required asterisks with the word required. From (*) to (required).
Similar projects and how they are different
I was unable to find a module that implemented this functionality (please let me know if you find one.)
If you aren't using fields that are dynamically added to the page with states you can implement this functionality by implementing theme_form_required_marker() in your theme.
Project information
1 site reports using this module
- Created by dave bagler on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.
