Viewing 15 replies - 1 through 15 (of 32 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    Thanks for the feedback. Please leave a rating if you don’t mind.

    If you can hold out for a day or so v1.2 will solve this issue. I believe your looking for something similar to described here.

    http://wordpress.org/support/topic/cf7-event-tracking-integration-modal-doesnt-close-with-on_sent_ok

    Thread Starter synthtony

    (@synthtony)

    Acutally my issue is more the opposite in that I do NOT want the modal to close unless I can create a redirect function.
    I will stand by to see what comes out.
    Thanks.

    Im not able to subitt my contact form 7 can anyone help me out

    Im not able to submitt my contact form 7 can anyone help me out

    Thread Starter synthtony

    (@synthtony)

    Can you post your form code and your mail-1 code?

    Thread Starter synthtony

    (@synthtony)

    you might want to start this as a new topic.

    k
    [contact-form-7 id=”130″ title=”Contact form 1″]

    Thread Starter synthtony

    (@synthtony)

    I mean post the actual form code not the short code.
    Example:
    <p>Your Name (required)[text* your-name] </p>
    <p>Your Email (required)[email* your-email] </p>
    <p>[submit “Send”]</p>

    Also post the Mail 1 info where you are submitting to.
    Example:
    To: youremail@.com
    From: XXX@.com
    Subject: Form Subjet
    Additional Headers:

    and then actual message
    Name: [your-name]
    Email: [your-email]

    One other thing, are you able to send other emails from your site such as a mailto: link?

    <p>Your Name (required)
    [text* your-name] </p>

    <p>Your Email (required)
    [email* your-email] </p>

    <p>Subject
    [text your-subject] </p>

    <p>Your Message
    [textarea your-message] </p>

    <p>[submit “Send”]</p>

    To:suddunity@gmail.com

    From:[your-name] <[your-email]>

    Subject:[your-subject]

    Additional headers:

    File attachments:

    Use HTML content type
    Message body:

    i didnt get your last point

    Thread Starter synthtony

    (@synthtony)

    Two things to try:
    First make sure you can send email through your WP and server. So just do a standard mailto: link on a test page like:
    Contact at:
    suddunity@gmail.com

    If that works then you know your WP and server are not creating the issue.
    Then try setting the Mail settings to:
    To: suddunity@gmail.com
    From: suddunity@gmail.com
    Subject:[your-subject]
    Additional headers: [your-name] <[your-email]>

    My last point was you need the Message body content filed out as well. Based on this it should look something like:
    Your Name: [your-name]
    Your Email: [your-email]
    Subject:[your-subject]
    Your Message: [your-message]

    can U give me a nvigation for first point im new in wordpress so i don tknw hot to send mail

    Thread Starter synthtony

    (@synthtony)

    1. create a new page.
    Call it Test Email
    Paste this code into it.
    Contact me at: ‘suddunity@gmail.com
    Be sure and leave off the single quote mark backticks at the beginning and end.
    The preview the page.
    Click the link you have created. This should open your email client. Type some stuff in and hit send and see if you get the email.

    Thread Starter synthtony

    (@synthtony)

    Sorry I do not know why code is getting stripped.
    your link should be
    Contact at:<a href=mailto:suddunity@gmail.com?Subject=Test”>suddunity@gmail.com`

    Thread Starter synthtony

    (@synthtony)

    Leave of the backticks ” ` ”

Viewing 15 replies - 1 through 15 (of 32 total)
  • The topic ‘Modal closes on CF7 Form "Submit"’ is closed to new replies.