> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Adding Success and Error Messages for Elements Without a Submit Option ## Article: Adding Success and Error Messages for Elements Without a Submit Option ## Article Link: https://dev.wix.com/docs/develop-websites/articles/databases/wix-data/user-input/adding-success-and-error-messages-for-elements-without-a-submit-option.md ## Article Content: # Velo: Adding Success and Error Messages for Elements Without a Submit Option
**Note:** You can only add form submit messages if your connected dataset is set to either Write-only or Read & Write.### To trigger a submit message from elements that don't have a submit option: 1. Add input elements to create your form and connect them to the same dataset. 2. Add a Text element to your page where you want the submit message to appear, modify the text for your message, and click  **Connect to Data.** 3. Connect the Text element to the same dataset as the input elements for your form. 4. In the **Connection Options** section under **Form Messages**, select either **Submit Succeeded** or **Submit Failed**.
**Tip:** Because success and failure messages never appear together, you can position one text element to completely overlap another on your page so the messages take up less space. Only the relevant message is displayed when a user attempts to submit data.