Title: Minimum required CF7 version needs correcting
Last modified: May 14, 2021

---

# Minimum required CF7 version needs correcting

 *  Resolved [cfawebmaster](https://wordpress.org/support/users/cfawebmaster/)
 * (@cfawebmaster)
 * [5 years ago](https://wordpress.org/support/topic/minimum-required-cf7-version-needs-correcting/)
 * 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](https://wordpress.org/support/users/cfawebmaster/).
      Reason: removed hash

Viewing 1 replies (of 1 total)

 *  [Qube One ltd](https://wordpress.org/support/users/querysolutions/)
 * (@querysolutions)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/minimum-required-cf7-version-needs-correcting/#post-14575767)
 * Thank you for noting that,
    We will fix that on our next release

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/wpcf7-redirect/assets/icon-256x256.gif?rev=3416723)
 * [Redirection for Contact Form 7](https://wordpress.org/plugins/wpcf7-redirect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpcf7-redirect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpcf7-redirect/)
 * [Active Topics](https://wordpress.org/support/plugin/wpcf7-redirect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpcf7-redirect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpcf7-redirect/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Qube One ltd](https://wordpress.org/support/users/querysolutions/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/minimum-required-cf7-version-needs-correcting/#post-14575767)
 * Status: resolved