| BasicFormAddConfirmation Method | 
            Adds confirmation text to existing message on the page, optionally with a tooltip text.
            
 
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic virtual void AddConfirmation(
	string text,
	string separator = null
)
Parameters
- text
- Type: SystemString
 Information message
- separator (Optional)
- Type: SystemString
 Separator
 See Also
See Also