Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Adaptive forms buttons field problem

Avatar

Level 2

Hi
i have a problem with the AEM 6.2 adaptive forms.
I have a form with some text boxs, a file upload field and the buttons submit and reset.
In edit and preview mode all works perfectly, but if i remove editor.html from the url, clear the cache and reload the page the buttons (submit, reset and upload) stop functioning(no click event triggered).
From the logs seems the problem is that the guideBridge class is not initialized.

I found the same error also on the geometrixx samples adaptive forms.

Can anyone help me to resolve this problem?

1 Reply

Avatar

Level 3

Hello Salvatore,

try prefixing ?wcmmode=disabled to your URL. That should fix the issue.

In Author environment of AEM, default wcmmode is 'edit', whereas in publish mode of AEM, default value of wcmmode is 'disabled'.