Try now please.
If you want to close the lightbox when a user clicks submit button, we can offer the next solution:
1. Create an article with the next javascript code:
Code: |
<script type="text/javascript">
if (self != window.top && typeof(window.parent.jQuery) != "undefined")
{
var $ = window.parent.jQueryFB || window.parent.jQuery;
if (typeof($.fn.fancybox) != "undefined")
$.fn.fancybox.close();
}
</script>
|
2. Use link to created article as redirect url for the form.
PS: We can help to configure the form, if you grant super-administrator permissions because we can't enter javascript code with provided permissions.
Regards,
ARI Soft