Expand my Community achievements bar.

Command for message that shows up on form

Avatar

Former Community Member
Hello,



Is there a way to change the message in the pink toolbar at the top of the form that tells users what to do? The default message right now on my form is "Please fill out the following form."



Thank you
2 Replies

Avatar

Former Community Member
I don't know of a way to change that particular message, but you could have a message box pop up when the user opens the form and display any message you like. You could put this script into the docReady event of any field you like.



app.alert("Your message text here");



Regards,

Dave