I need to find a way to refresh a page without including user form details - this is messing up my shopping cart system (number of items keeps going up on refresh). When I navigate away from the shop page then back the problem is gone. Only when I add an item to cart THEN click refresh the number of items start going up - so the form info is being stored whilst still on the shop page.
Is there a way with say jquery to clear/reset the form - like what happens when I navigate away and back to the page.
My site is www.flytraptestsite.com using Woocommerce (wordpress) - thanks.