I am brand new to Drupal (I’m a .NET developer), but I’ve had a Drupal site handed to me and I’ve been asked to trouble-shoot a problem. So far I haven’t even been able to bring up the site on my dev box (due to database issues that I will hopefully solve soon). However, here’s a description of the problem.
I have a multi-step form. I’ve found the "source" for the form in a "configdefaultwebform…yml" page, but sadly that means little to me. The issue is that after the user walks through the wizard we want him/her to be able to click a "start over" button. However, due to the existence of a session cookie, the browser just keeps returning to the last page. How do I reset the session data and start the wizard over again?
Thanks in advance!