• I have a contact form 7 inside a fancybox once clicking “Get Started”:

    http://www.inceptionsolutions.com/PSI/sales-member-login/

    For some reason, when the Submit button is clicked on the form, nothing happens.

    This is the code I have for the fancybox:

    <p class="submit">
    	<a href="#contact_form_pop" class="fancybox"><input type="submit" name="wp-submit" id="wp-submit" class="button-primary" value="Get Started" tabindex="100" /></a>
    
    	<div style="display:none" class="fancybox-hidden">
    	    <div id="contact_form_pop">
    	        <?php echo do_shortcode('[contact-form-7 id="1139" title="Create Sales Account"]'); ?>
    	    </div>
    	</div>
    
    </p>

    Any ideas what’s going on?

  • The topic ‘[Plugin: Easy Fancybox] Problems with Contact Form 7’ is closed to new replies.