Blocked Javascript function

Hi,

I have a form with a confirm in the on submit event :

// On Submit
camForm.on(‘submit’, function(evt) {
evt.submitPrevented = !confirm(‘Question ?’);
});

It worked well in 7.17 (or 7.16 I don’t remember) but it doesn’t work in 7.18.

An error is thrown in the console :

I don’t know if it is a normal behaviour and where to put this “allow-modals” keyword.

Thanks for help

Or is there a Bootstrap (or other) confirm component I can use in a form ?

I have been able to implement this solution :