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>