Javascript popup

Hello

it will be possible to avoid this popup that appears at the end of the report submission

if yes where and how

thank you very much John Nabo

Hi John

If you already provide another method to get the user id, or you don’t need to identify your users, you can add the following script to Project Properties > Event tab to prevent the pop up:

var userId = 'user id';
$.cookie('userid', userId);

Regards

1 Like

Hi Toan,

Thank you very much for your quick response

Regards John