I’d like to add a transparent group or shape to my form that would be displayed when users click the submit button. Two major catches I’m running into:
- We have groups that are collapsed/hidden on the form. Adding a shape on top of them prevents them from being collapsed which means there’s way to much white space before groups of shown. As such, this seems to rule out shapes, groups, and floating groups.
- Once the form is submitted, we take them to another tab on the same page. We then display a modal saying “congratulations.” This is done via URL parameters and the way Bubble handles this, the page doesn’t actually reload. The modals on the other tab conflict if we use group focus since the group focus often doesn’t disappear before the modal appears (which doesn’t work from a UX standpoint).
I’m out of ideas. Anyone else know of a potential solution?