Expand my Community achievements bar.

Fullscreen disable page change on mouse-click

Avatar

Level 1

Hey there!

I created a form that automatically switches to full screen mode.

If users now click into the form (not directly on a checkbox etc.) the next page pops up. Is it possible to deactivate page change on mouse-click?

Thanks in advance!

2 Replies

Avatar

Level 10

Hi,

There is an AcroForm script for turning automatic page advancement OFF:

app.fs.clickAdvances = false; 

I suspect that this can be translated to XFA javascript "as is", but it will be a while before I can check.

Have a go and maybe someone may have the solution as well.

I will post back later if I get in working in LC Designer.

Good luck,

Niall

Avatar

Level 10

Hi,

The script works, turning the automatic screen advance on/off. Sample attached.

You would put the script in the docReady event of the root container (form1) or an object in the form.

Good luck,

Niall