I have a form that is using Model Validation, however I need to ask the user a question that only gets asked when the model state is valid and if the user has not changed a value on the form, therefore the user has not changed a default value.
Is it possible that a message can appear on screen to ask the user to confirm (only when model state is valid), No to prevent the form from submitting and agreeing to yes will allow the form to submit?