Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Kurti75

    (@kurti75)

    I found a way to delay the redirection and to show the the cforms success message for several secounds.

    Cforms.js modification:
    Lines 231 – 233:

    function redirection_delay() {
    location.href = message.redirection; }
    window.setTimeout(redirection_delay, 5000);

    Now it would be also great to set the delay in the options menu were the redirection is set.

    Plugin Author bgermann

    (@bgermann)

    I do not see the point in this as you are only redirected if the submission was a success.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Delayed page redirection after sending’ is closed to new replies.