HDInterviewOptions BrowserWarning Field  
By default HotDocs browser interviews display a warning during interview initialization if an unsupported browser or operating system is detected. Setting this variable to false suppresses that warning.

 

JavaScript API: Embedded
Assembly: hotdocs.js Version: 1.0.0.0 (1.0.0.0)
Syntax

 
 
JavaScript
 
var BrowserWarning

Field Value

Type: boolean
Remarks

 
Naturally, suppressing the warning will not change the fact that users on unsupported browsers or operating systems may encounter unexpected behavior in the course of trying to complete a HotDocs interview.
Examples

 
To suppress the default browser warning, embed the following JavaScript in your interview page:
 
JavaScript
 
var HDInterviewOptions = { BrowserWarning: false };
See Also

 

Reference