- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 11:26 AM
Hello Everyone,
I would like help creating a confirmation message in a record producer.
1 - It should appear whenever the form is submitted.
2 - The message must contain "example" text...
Thanks a lot.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 03:40 AM
Hi @Otavio_Jordao ,
Go to the record producer add the info message as below
Output:
Hope this helps!!!
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 05:39 AM
Hi @Otavio_Jordao ,
yes, we can try this
var message = '<font size="5">Your request has been submitted successfully.</font>';
gs.addInfoMessage(message);
Output:
Hope this helps.
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 03:40 AM
Hi @Otavio_Jordao ,
Go to the record producer add the info message as below
Output:
Hope this helps!!!
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 05:06 AM
Hello, thank you very much for your help.
Would it be possible to adjust the message size within this script?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 05:39 AM
Hi @Otavio_Jordao ,
yes, we can try this
var message = '<font size="5">Your request has been submitted successfully.</font>';
gs.addInfoMessage(message);
Output:
Hope this helps.
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025