Greet based upon time
Overview
The Greet based upon time plugin is designed to enhance user experience by displaying a greeting message based on the time of day. This plugin provides a variable [[VAR.GREET]]
that can be used in the title of a screen to dynamically show a greeting message.
Usage
To use the Greet based upon time plugin, follow these steps:
- Use the variable
[[VAR.GREET]]
in the title of a screen where you want to display the greeting message. - The plugin will automatically replace
[[VAR.GREET]]
with the appropriate greeting based on the time of day.
Example
For example, if the time of day is morning, the plugin will replace [[VAR.GREET]]
with "Good morning". If it's afternoon, it will replace it with "Good afternoon", and so on.
Example Usage
Screen title:
This will display a greeting message followed by "Please complete this form" in the title of the screen.
Benefits
- Enhances user experience by providing personalized greetings.
- Adds a touch of customization to forms.
- Requires no additional coding or configuration.