I'm working on a simple module where you can click a button and it will set the display of a "pop-up form" to block. The form itself works just fine. I got the pop up to work with a load event listener, but now I need it to appear after a button cli
read more