I have a two-page form. The first page is just a message which the user has to acknowledge before proceeding to page 2 that contains the actual form.
I would like page 1 to not show up (or just jump straight to page 2) in display or edit mode.
I know I could have a workaround by having a single page form and just adding a label control to the top of the page with my message and a rule hiding the rest of the form until the user checks a box or something, I'm trying to avoid that.