Answered
Hi everyone,
I have a LCdesigner Form (dynamic) with one button linking to a specific page but I'd like to link to a specific section of the second page for example. I'am able to do so with a static form but it seems not working with a dynamic one.
If someone understand my english and can help me! thank you
Select your buton then paste this javascript:
xfa.host.setFocus("FORM NAME.PAGE NAME.ITEM NAME");
Hope it can help!!