I have a page with only a multiline input form and 2 buttons below (plus header and footer).
I want the user to be able to land on the page, input text into the form, and press one of the buttons, all without scrolling. But I also want the input form with buttons to stretch the whole height of the user’s screen.
So the user would land on the page, see the header, input form, and buttons. The footer would be scrollable downable to.
I have the form and buttons as a reusable element. The form has a conditional whereby it switches to a different width form depending on the user’s screen size. The two version of the form are in a group.
Is there a way to do what I’m looking to do?
Thanks