Can Toolbox plugin be used for resetting HTML input?

If I have a couple of HTML inputs on my bubble page and they are within <form id="google-add"> can I then use a workflow to run javascript with…

bubble_fn_5(

function myFunction() {
    document.getElementById("google-add").reset();
}

 );

…that would then reset those inputs? Obviously this hasn’t worked, but I’m wondering if it’s something wrong with the code I am using / or whether I am heading in completely the wrong direction with this?

Any help would be very much appreciated.

This topic was automatically closed after 70 days. New replies are no longer allowed.