Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.
Yay... Take Me to the Community!
Welcome to the Community Exchange, where community members ask and answer questions about DNN. To get started, just start typing your question below and either select one of the suggested questions or ask a new question of your own.
I would like to ...
Hi Everyone, Im using dnnmodal.show as an exit-intent feature, opens fine but im trying to catch the close event when clicking on the x top right in order to write a cookie to stop further displays. any idea how i would reference that, ive tried below …
I have Upgraded the DNN to 9.1.1 from 7.3.2 Currently i am facing the issue while accesing the Registration page in the login page and while taking the page setting in edit mode am geting the below error Popup is showing but content is not showing and am …
Hi, I am a new-comer to DNN module development so please excuse me if I don't word this question very well. I need to develop a module that simply allows the user to fill in a form and submit it. I would like the form to be in a modal popup window. I …
I have some processing that has to hapen on the server but after the postback I would like to pull up a dnnModal by default Can this be done
Hi, in one of my modules I use the following to close a pop up from code behind: Page.ClientScript.RegisterStartupScript(this.GetType(), "start", "<script type=text/javascript>dnnModal.closePopUp(false); return false;</script>"); This worked …