Expand my Community achievements bar.

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'.