---
title: "[ms-note]"
source: "https://docs.nexcess.com/software/learndash/memberdash/ms-note/"
description: "The [ms-note] shortcode displays styled messages to users. These messages can be used to provide helpful information or to show warnings when access or actions…"
vertical: "Software"
area: "MemberDash"
topics: ["Developer Docs", "MemberDash", "Shortcodes"]
date: "2024-03-13"
last_modified: "2026-06-29"
---

# [ms-note]

The `[ms-note]` shortcode displays styled messages to users. These messages can be used to provide helpful information or to show warnings when access or actions are required.

### Parameters

- **type** (`info` | `warning`)  
    Defines the type of notice 
    - `info` displays a green success-style message
    - `warning` displays a red warning message  
        Default: `info`
- **class** (text)  
    Adds an additional CSS class to the notice for custom styling  
    Default: empty

## Examples:

```
[ms-note type="info"]</span> Thanks for joining our Premium Membership! <span class="ms-code">[/ms-note]
```

![](https://docs.nexcess.com/wp-content/uploads/2026/06/ms-note-frontend.png)![](https://docs.nexcess.com/wp-content/uploads/2026/06/ms-note-backend.png)```
[ms-note type="warning"]</span> Please log in to access this page! <span class="ms-code">[/ms-note]
```
