Skip to content

I am unable to scroll within the forms when I am in landscape mode using the iOS app on an iPad. How can I fix this?

Please add an HTML form field at the end of your page with the following CSS code:

<style>
body{
  height: 2100px;
}
</style>

This will make sure the whole page is scrollable.

Feedback and Knowledge Base