Please replace the ??? with your data!
[desc]:I am talking specifically about the form in the sidebar. Current I have it hidden by default using jquery. When a person clicks on the <legend> is shows and sets a cookie that will keep the form expanded. The above all works fine I believe.
I want to delete the cookie that keeps the form open but only if the form submits successfully. If there is an error I want it to stay open and function as per normal. I am having trouble capturing the successful form submission. Once I know what to capture I believe I can pass the null value to the cookie. All of the javascript is present in the head of the document.
_