• Resolved cfawebmaster

    (@cfawebmaster)


    Hi,

    We were running the following:

    Wordpress 5.4.2
    Contact Form 7 v5.1.7
    Redirection for CF7 v 2.3.5

    With CF7 versions prior to version 5.3.2, redirection fails to take place because the apiResponse object does not contain a “redirect” property:

    apiResponse: Object
    into: "#wpcf7-f850-o1"
    message: "Thank you for your quote request. We will get back to you shortly!"
    status: "mail_sent"

    With CF7 5.3.2 the response is correct:

    apiResponse: Object
    into: "#wpcf7-f850-o1"
    message: "Thank you for your quote request. We will get back to you shortly!"
    posted_data_hash: "xxx"
    redirect: Array(1)
    0: {type: "redirect", redirect_url: "https://coinsforanything.com/thanks/", delay: 1}
    length: 1
    __proto__: Array(0)
    status: "mail_sent"

    Please update the minimum required version for CF7 so people do not get confused.

    Thanks,
    Scott

    • This topic was modified 5 years ago by cfawebmaster. Reason: removed hash
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Minimum required CF7 version needs correcting’ is closed to new replies.