I have a LONG php form which collects data, then submits it to a database. I use SimpleModal to display any error messages from the server. When I click on the submit button in an incomplete form, I'm supposed to see a modal saying which field is not filled out. The overlay is showing but I don't see anywhere the container.
Now I know that the container gets created because I'm able to see the generated html code in firefox. Any ideas or helpful hints. Thanks in advance, Isaac