Hello, Can someone help me please? I'm trying to show a hidden div with the class display when a form is submitted to itself. Can someone point me into the right direction or show me a tutorial I can read? Thank you
you can call this when you click your submit button onClick="document.getElementById('myDivId').style.visibility = 'visible';" Code (markup): But if the page get refreshed during the submit process, it won't stay visible.