
Datasource = SQL Server
Screen Components=
Settings:
App Setting:
Container Settings:
Form Settings:
Situation:
When the user lands on FormScreen, they fill out the form using dropdowns (T/F). If the answer is yes, then the Text Inputs appear.
If the form is empty (FormMode.New), then the user is able to scroll up or down when completing the form.
After the user submits the Form, the user returns to the home page. They then can navigate back to the FormScreen if they wish. Unfortunately, the user is unable to scroll up or down within the form. (Note: the vertical scroll bar remains stuck in this position)
Question: Why does the form no longer scroll up or down? How can I fix this?
Thanks so much in advance!
So for those who ever gets this issue, I resolved this issue by creating a "Tabbed" user experience using a single form limiting each tab to no more than 12 data cards.