Display a message after a form has been submitted

DevtoSME
Giga Guru

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.

1 ACCEPTED SOLUTION

Prince Arora
Tera Sage
Tera Sage

@DevtoSME ,

 

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.

View solution in original post

3 REPLIES 3

Anurag Tripathi
Mega Patron
Mega Patron

You can create a BR, Dont need to script anything but Something like

AnuragTripathi_0-1683121243835.png

 

AnuragTripathi_1-1683121283305.png

 

-Anurag

-Anurag

Prince Arora
Tera Sage
Tera Sage

@DevtoSME ,

 

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.

Community Alums
Not applicable

Hi @DevtoSME ,

 Without scripting, i don't think that's possible.

You will need to use script and add "addInfoMessage()"