Can anyone else help with this?
I have been asked to create a form within a pop-up and I am using blockUI to display the form. However if there is an error during completion of the form a modal message needs to pop-up over the top of the form.
I used a simple BlockUI command such as this:
- $.blockUI({ message: '<h1><img src="/ASCL/images/closebutton.jpg" /> Please enter a valid email address...</h1>' });
This displayed the message correctly, but it closed my original pop-up form.
How do I avoid this happening?