• Resolved andrasxt

    (@andrasxt)


    Hi,

    You already saw this topic once. It was closed before I got back to you. The original question was:

    I use CF7 with additional “multiple-file-upload” plugin and “Redirect” plugin.

    All works fantastic, except, I receive emails of clients 2-3 times each.

    Any idea what might be causing this, and how can I fix it?

    You asked for the “Mail tab settings” I would like to attach the screenshot I made of the settings. Is it possible to attach it here?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    See Preventing multiple submissions — why this is a terrible idea.

    Problems I could find on your site are:

    • the Loader icon indicating progression doesn’t appear.
    • the backend process takes an abnormally long time.
    Thread Starter andrasxt

    (@andrasxt)

    You are completely right. The issue is probably that the Loader showing progression appears very slowly.

    Can you suggest how to make the Loader appear faster?

    Thread Starter andrasxt

    (@andrasxt)

    Actually, as you had written, the Loader did not show at all. Now I added this code to the CSS:

    /* Custom CF7 Loader */
    div.wpcf7 .ajax-loader {
    background-image: url(‘path to gif’);
    width: 100px;
    height: 24px;
    margin-left: 10px;
    }

    I hope this will prevent people from submitting multiple times.

    Thank you for your insight and support!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘email sent multiple times’ is closed to new replies.