Title: Brevo attribute missing type
Last modified: May 8, 2024

---

# Brevo attribute missing type

 *  Resolved [maxrenglet](https://wordpress.org/support/users/maxrenglet/)
 * (@maxrenglet)
 * [2 years ago](https://wordpress.org/support/topic/brevo-attribute-missing-type/)
 * Hi,
 * I have found a issue in the forms settings for your plugins, the error :
 * `Undefined property: stdClass::$type`
 * I digged a little bit and found you don’t check if `$attribute` has a `type` 
   property (in `/includes/classes/gf-addon.php`). Seems that some Brevo attributes
   come without `type` and throw this error.
 * To fix it, I just added :
   `if (isset($attribute->type) && $attribute->type ==
   = 'boolean') {`
 * At line 296 in `/includes/classes/gf-addon.php`.
 * Hope this will be fix in a next released, have a nice day !
 * EDIT : fixed some typos
    -  This topic was modified 2 years ago by [maxrenglet](https://wordpress.org/support/users/maxrenglet/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [WP connect](https://wordpress.org/support/users/wpconnectco/)
 * (@wpconnectco)
 * [1 year, 12 months ago](https://wordpress.org/support/topic/brevo-attribute-missing-type/#post-17798990)
 * Hi Max,
   Thank you for informing us about this bug, we have fixed it on our last
   version.I hope it works now for you. Don’t hesitate to contact us if you have
   more questions,Kind Regards,CristianWP connect Support

Viewing 1 replies (of 1 total)

The topic ‘Brevo attribute missing type’ is closed to new replies.

 * ![](https://ps.w.org/addon-gravityforms-sendinblue-free/assets/icon.svg?rev=3552139)
 * [Add-on Brevo for Gravity Forms](https://wordpress.org/plugins/addon-gravityforms-sendinblue-free/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/addon-gravityforms-sendinblue-free/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/addon-gravityforms-sendinblue-free/)
 * [Active Topics](https://wordpress.org/support/plugin/addon-gravityforms-sendinblue-free/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/addon-gravityforms-sendinblue-free/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/addon-gravityforms-sendinblue-free/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WP connect](https://wordpress.org/support/users/wpconnectco/)
 * Last activity: [1 year, 12 months ago](https://wordpress.org/support/topic/brevo-attribute-missing-type/#post-17798990)
 * Status: resolved