When set to true, suppresses the browser interview's default behavior of warning the
user before he or she submits an interview accidentally or which may be in an incomplete state.
(The default value is false.)
JavaScript API: DirectAssembly: api.js Version: 1.0.0.0 (1.0.0.0)
var HDDisableFinishWarning
Field Value
Type:
boolean
Users are normally warned before submitting answers in two (overlapping) circumstances:
(A) if the user attempts to finish the interview with unanswered questions (i.e. questions
for which no answer has been provided, but which were not designated as optional by the template author), or
(B) if the user is at the last dialog of an interview, and clicks the Next button rather than
the Finish button.
If either or both of these conditions are true, the user is shown an appropriate warning message
and is asked to confirm the action.
Reference