Success notifications provide immediate feedback and reduce support queries by confirming data receipt. The elc_banner attribute displays a LearnDash-style notification box above the form.
To implement the elc_banner attribute: #
- Identify the base shortcode for the form.
- Append the
elc_bannerattribute within the brackets. - Choose between a default or custom message.
The hierarchy of banner implementation is as follows: #
- Default Method: Use
elc_bannerwithout a value. The system pulls text from the form settings found inSettings & Integrations → Message to show. - Custom Method: Use
elc_banner="Your message. This custom value overrides the WordPress admin settings for that specific shortcode instance.
NOTE: The banner remains visible even if the form is collapsed or hidden by other attributes.
Clear feedback via banners often precedes the customization of interactive interface elements.