If the user is logged in and you want to require them to explicitly click a button to save the data, you could use Bubble’s auto-bind feature with a “draft” approach to achieve this.

Basically, while the user is filling out the form, they’re actually modifying a “thing” in the database that’s flagged as a “draft” version. When they click submit, it actually modifies the DB “thing” by removing the “draft” status flag.

-Steve


Premium Bubble Plug-Ins

2 Likes