• Resolved berka.pavel

    (@berkapavel)


    Hello,
    is there a way how the success message from contact form submit show in fancybox?

    i´ve tryed this code:

    if (1 == data.mailSent) {
    $(data.into).find('form').resetForm().clearForm();
    ro.addClass('wpcf7-mail-sent-ok');
    // i want fancybox instead of alert
    alert("Thanks for reply!");
    if (data.onSentOk)
    $.each(data.onSentOk, function(i, n) { eval(n) });
    }

    is there any way how to open the message in fancybox? and the best will be when in the fancybox can be shown ajax message from contact form admin.

    http://wordpress.org/extend/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Contact Form 7] success message in fancybox’ is closed to new replies.