Hide "Submitting" prompt at end & other strangeness

At the end of my ActiverPresenter project the submit button triggers an uploading prompt followed by returning back the first slide, but with different buttons shown?

Is there a way to prevent this so that it invisibly uploads and ends on the last slide?
I’m wondering if this a feedback setting?

Hi,

Can you please provide a screenshot of “submitting prompt”?

Regards

This is the submitting prompt:
image

These are the odd buttons at the end, showing the first slide again but with new buttons.
image

Hi,

You can add the following script to ActivePresenter > Project > Properties > Event to hide any messages (including the sending report message):

prez.ui.showMsg = function() {};

The second screenshot shows that you’re in Review mode. ActivePresenter doesn’t switch to this mode automatically. Maybe you clicked a button with Review Presentation action (such as Review Course button in the report slide) so that it changes to this mode.
If you don’t want to show the review mode, just delete that button.

Regards

1 Like

I’m finding that sometimes the message prompt asking for ID number after ending the presentation is still appearing. Is there a way to submit the JSON but permanently never ask for the ID in this message prompt?

Hi,

To hide the user id prompt, please see this topic:

Regards