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? | Community
Skip to main content
Level 2
May 31, 2021
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?

  • May 31, 2021
  • 1 reply
  • 1062 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Asutosh_Jena_

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!

1 reply

Asutosh_Jena_
Community Advisor
Asutosh_Jena_Community AdvisorAccepted solution
Community Advisor
May 31, 2021

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!