Hey Bubblers! ![]()
Iām excited to share a new Free Plugin I just released called True Reset.
The Problem: Have you ever used the native āReset relevant inputsā or āReset groupā actions, only to find that:
-
The inputs didnāt actually clear?
-
The input looked empty, but your āSaveā button was still clickable because Bubble thought the value was still there?
The Solution: True Reset forces a deep clean on your forms. It triggers the necessary events (input & change) to tell Bubble that the value is essentially gone.
Features:
-
Reset Group: My favorite feature. Just give your Popup or Form Group an ID, and this action finds every input inside (even in nested groups) and wipes them clean.
-
Native Reset: Clears Inputs, Checkboxes, and Dropdowns back to their initial state.
-
No Ghost Data: Ensures that Inputās value is empty is actually TRUE after the reset.
How to use: Just enable ID Attributes in your settings, tag your element, and run the workflow action. No visual elements required on the page!
Reset Class Action: Since Bubble doesnāt have a native āClassā field, you have two ways to assign classes:
Option A (Using āClassifyā plugin - Recommended): Simply add {addClass: āmy-clean-classā} to the ID Attribute of your inputs.
Option B (Using a native HTML Element):
Give your input an ID (e.g., input_1).
Place an HTML Element on your page and paste this code:
Run the Reset Class action using my-clean-class.
Link to Plugin: FREE PLUGIN
Let me know if you have any feedback!
Happy bubbling! ![]()