Weird Floating Buttons

In my app, users have the ability to add new records and edit existing ones.

Previously, when a new record was added, a new page would appear allowing the user to complete the form. The CANCEL and SUBMIT options were static at the top of the page.

Now, the form slides up about 3/4 of the way from the bottom of the page and the CANCEL and SUBMIT buttons are floating on the page. This only happens when the user is adding a new record.

It’s a horrible user experience.

How can I change it back?

(PS: The edit options still loads as a full page with the cancel/submit options static in the page header.)


Change the target of your Show Form Screen action from Overlay to Current.

1 Like