Are you sure popup on Contact Form 7 [closed]

The wpcf7_before_send_mail is a hook that is triggered after form submission, so it isn’t what you’re looking for.

You should make a javascript script that triggers when the user hits the submit button on your page. It’s implementation could be a simple using javascript confirm()example – or using a modal box to ask the user to confirm his choice.