Hi there,
I’m trying to make a filter sidebar with “reset all” button. Here’s my form setting:
Is there anything I’m missing?
Hi there,
I’m trying to make a filter sidebar with “reset all” button. Here’s my form setting:
Is there anything I’m missing?
Hey Roxann,
Yes, Cornerstone Forms does have a Reset button feature that clears form fields without submitting.
Selecting Reset configures the element as a standard HTML <input type="reset"> button. When clicked, this button natively resets all the fields in the parent form back to their default/empty values directly in the browser, without submitting any data to the server.
Hey Christian, that worked! Thanks so much 
One other thing. Is there a way to hide the button if nothing is selected and show if any?
Yes, there is a built-in, zero-code way to do this using Input Conditions natively supported by Cornerstone Forms:
Input Data
"".When set up this way, the forms plugin’s frontend JavaScript automatically monitors form changes in real-time. If the targeted field is empty (nothing is selected or typed), the Reset button is hidden (display: none). As soon as any option or text is entered, the condition is met and the button automatically shows up.
Hi Christian,
The reset button doesn’t seem to work live.
I’m also trying to add button filter like the screenshot below. I’m trying to show the button that is selected on the left side. Is that possible? I’ll add a secure note here.
Hey Roxxan,
The given WP credentials have very limited privileges. Please change the user roles as “Administrator” so we can have access to the WP dashboard and be able to edit the page you are having issues with.
Best Regards.
Hi Ruenel,
Here’s the updated login. Thanks!
Hello Roxann,
The given password is incorrect.
Thanks.
Hello Roxann,
The given password seems incorrect. I can no longer log in.
Thanks.
Hi Ruenel,
I have created a new admin user here. Thanks!
Hey Roxann,
The name or value of for the Stock Status should be “stock”, “instock”, “outofstock” and “backorder”.



As of now, it does not work as I believe that there is a bug. I will forward this to our Developers for further investigation.