Quantcast
Channel: Topic Tag: contact-form | WordPress.org
Viewing all articles
Browse latest Browse all 6012

RavanH on "[Plugin: Easy FancyBox] How to avoid Easy Fancybox auto close"

$
0
0

Try adding the following snippet to a text widget or anywhere else in the page.

<a href="#contact_form_pop" id="pop_after_submit" class="fancybox"></a>
<script type="text/javascript">
window.onload = function() {
    if(location.hash == "#contact-form-68") {
        jQuery('#pop_after_submit').trigger('click');
    }
};
</script>

Viewing all articles
Browse latest Browse all 6012

Latest Images

Trending Articles



Latest Images