| BasicFormShowConfirmation Method | 
            Shows the general changes saved message.
            
 
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic virtual void ShowConfirmation(
	string text,
	bool persistent = false
)
Parameters
- text
- Type: SystemString
 Custom text
- persistent (Optional)
- Type: SystemBoolean
 Indicates if the message is persistent
 See Also
See Also