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
SOLVED

I have created a form and it has some input fields and when I am trying to click on those fields the page goes down....Any suggestions?

Avatar

Level 2

I have created a form and it has some input fields and when I am trying to click on those fields the page goes down....Any suggestions?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @MikeXXXX 

 

This could be because of some jquery events which are written based on the form id or name or class which is causing the page to scroll down while clicking on any of the field.

To drill down to the exact location of the code where it is coming from you need to remove the JS file that is associated with the component and see which line of code is causing the issue.

 

Thanks!

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @MikeXXXX 

 

This could be because of some jquery events which are written based on the form id or name or class which is causing the page to scroll down while clicking on any of the field.

To drill down to the exact location of the code where it is coming from you need to remove the JS file that is associated with the component and see which line of code is causing the issue.

 

Thanks!