register_groups( array( 'mailerlite', ) ); $this->register_fields( array( array( 'id' => 'apikey_list', 'label' => __( 'API Key', 'contact-form-7-connector' ), 'description' => __( 'MailerLite API key is required for integration with MailerLite. If want to integrate several forms with MailerLite, you can enter a key only once here and then use it in the forms. API key can also be entered directly in form settings.', 'contact-form-7-connector' ), 'type' => 'mailerlite_apikey_list', ), array( 'id' => 'resubscribe', 'label' => __( 'Resubscribe', 'contact-form-7-connector' ), 'description' => __( 'Reactivate subscriber if it is enabled.', 'contact-form-7-connector' ), 'type' => 'checkbox', 'postfix' => true, ), ), 'mailerlite' ); } }