English
Visible
Visible
Type
Sub-App
Environment
Description
You must answer all of the following questions
bulk_update
Off
Message
To protect your personal information, we ask that you answer the following questions created from your public records. Answer all questions in the time allotted (7-minutes), and select Submit.

<script>
var warnOnClose= new Function("return 'Please answer the verification questions! Exiting prior to answering the questions may delay the processing of your application.';");
$(window).bind('beforeunload',warnOnClose);
var onAuthQuestSubmit= new Function("$(window).unbind('beforeunload');");
$("#identityAuthQuestionsForm").submit(onAuthQuestSubmit);
</script>