Title: Plugin&#8217;s broken
Last modified: June 2, 2017

---

# Plugin’s broken

 *  Resolved [Marcus Kober](https://wordpress.org/support/users/marcuskober/)
 * (@marcuskober)
 * [9 years ago](https://wordpress.org/support/topic/plugins-broken-3/)
 * The plugin’s broken, if you are using the latest version of Contact Form 7.
 * Explanation and workaround:
 * $tag (line 40 ff. in the plugin) is not an array anymore, but an object (WPCF7_FormTag).
 * So line 42 in the plugin should be changed to `if (!is_object($tag)) {` in order
   to work properly.
 * In addition, all `$tag['attribute']` have to be changed to `$tag->attribute`.

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

 *  Plugin Author [John Huebner](https://wordpress.org/support/users/hube2/)
 * (@hube2)
 * [9 years ago](https://wordpress.org/support/topic/plugins-broken-3/#post-9190747)
 * Thanks for the heads up. I just pushed a new version to GitHub [https://github.com/Hube2/contact-form-7-dynamic-select-extension](https://github.com/Hube2/contact-form-7-dynamic-select-extension)
 * If anyone can test this an make sure it works before I push the changes to WP
   that would be really helpful. If not I’ll push the changes here shortly anyway.
 *  Plugin Author [John Huebner](https://wordpress.org/support/users/hube2/)
 * (@hube2)
 * [9 years ago](https://wordpress.org/support/topic/plugins-broken-3/#post-9190776)
 * k, I uploaded a new version to the WP repo. Please let me know if there are any
   other problems.
 *  Thread Starter [Marcus Kober](https://wordpress.org/support/users/marcuskober/)
 * (@marcuskober)
 * [9 years ago](https://wordpress.org/support/topic/plugins-broken-3/#post-9190784)
 * [@hube2](https://wordpress.org/support/users/hube2/), for me, it works! 🙂
 * Thanks for your quick response!

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

The topic ‘Plugin’s broken’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/contact-form-7-dynamic-select-extension.
   svg)
 * [Dynamic Select for Contact Form 7](https://wordpress.org/plugins/contact-form-7-dynamic-select-extension/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7-dynamic-select-extension/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7-dynamic-select-extension/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7-dynamic-select-extension/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7-dynamic-select-extension/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7-dynamic-select-extension/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Marcus Kober](https://wordpress.org/support/users/marcuskober/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/plugins-broken-3/#post-9190784)
 * Status: resolved