- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 06:25 AM
I just need to display a message after a from was submitted to the save status and one for the submitted status. Is there a way to do this with out scripting.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 06:42 AM
Nope! I don't thing so you can show Info/error message without scripting, you need to add single line only
Client Script:
g_form.addInfoMessage("Your message");
Server Script:
gs.addInfoMessage("Your_message");
Please choose the option according to your requirement.
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 06:41 AM
You can create a BR, Dont need to script anything but Something like
-Anurag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 06:42 AM
Nope! I don't thing so you can show Info/error message without scripting, you need to add single line only
Client Script:
g_form.addInfoMessage("Your message");
Server Script:
gs.addInfoMessage("Your_message");
Please choose the option according to your requirement.
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 06:42 AM
Hi @DevtoSME ,
Without scripting, i don't think that's possible.
You will need to use script and add "addInfoMessage()"