Open the menu
    ```html

    Contact Us : Contact Us

    Displays the form for the end user to send their message to the environment. After filling out and submitting the form, it shows a success alert to the end user.

    Screens

    Contact Us
    • Category (identifier) : Category of the message
    • Name (string, required field, maximum length: 255) : User's name
    • Email (string, required field, maximum length: 255) : User's contact email
    • Subject (string, required field, maximum length: 255) : Subject of the message
    • Message (text, required field) : The text of the message to be sent

    Permissions

    • Post Message: User with permission to “Post Message” can register the form and submit it afterwards

    Actions

    • Send : Sends the message with the filled-in information to the service administrators.
    ```