Yes it’s allowed. Do you have any other CF7 extensions installed that might be interfering? Can you test by disabling some of these plugins?
Thread Starter
wp_dsp
(@davidspeyer)
I do have Flamingo and WP Mail SMTP installed. I did not yet try to disable those plugins, because the error report says that it has something to do with Conditional Fields for Contact Form 7. It’s in german, but maybe you can see what’s going on?
Error report:
Ein Fehler vom Typ E_ERROR wurde in der Zeile 78 der Datei /xxx/wp-content/plugins/cf7-conditional-fields/cf7cf.php verursacht. Fehlermeldung: Uncaught Error: Undefined constant WPCF7_ConfigValidator::error_invalid_mailbox_syntax in /xxx/wp-content/plugins/cf7-conditional-fields/cf7cf.php:78
Stack trace: 0 /xxx/wp-includes/class-wp-hook.php(310): CF7CF->wpcf7cf_config_validator_validate() 1 /xxx/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters() 2 /xxx/wp-includes/plugin.php(517): WP_Hook->do_action() 3 /xxx/wp-content/plugins/contact-form-7/includes/config-validator/validator.php(275): do_action() 4 /xxx/wp-content/plugins/contact-form-7/admin/admin.php(249): WPCF7_ConfigValidator->validate() 5 /xxx/wp-includes/class-wp-hook.php(308): wpcf7_load_contact_form_admin() 6 /xxx/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters() 7 /xxx/wp-includes/plugin.php(517): WP_Hook->do_action() 8 /xxx/wp-admin/admin.php(237): do_action() 9 {main}
thrown
Probably one of the other plugins is calling the action 'wpcf7_config_validator_validate' before CF7 has initialised the WPCF7_ConfigValidator. On a fresh WP installation without any active plugins, you should not get this error. Can you check this?
Thread Starter
wp_dsp
(@davidspeyer)
I disabled all the other plugins and tried another theme, but the error persists. I created a test site with wpsandbox.net and inserted this into the To-Field:
[mitgliedschaft][email][/mitgliedschaft][korporative-mitgliedschaft][email2][/korporative-mitgliedschaft]
I get the following error:
QSandbox Fatal error/exception:
File: /wp-content/plugins/cf7-conditional-fields/cf7cf.php
Line: 78
Request Id: a91fbe54514181c5073348cae5f856bdf9aff116
Plugin: cf7-conditional-fields
For me, the plugin also explodes.
I’m trying with:
[group1] Reply-To: [your-email] [/group1]
[group2] Reply-To: [your-email2] [/group2]
and with
Reply-To: [group1] [your-email] [/group1] [group2] [your-email2] [/group2]
And it doesn’t work
You need to add a comma:
Reply-To: [group1][your-email],[/group1][group2][your-email2][/group2]
I’m also getting critical errors since updating, before it worked fine.
If I have any conditional groups in Additional headers it gives an error.
Even with the most simple “Cc: [group][email protected],[/group]” it gives a critical error.
Thread Starter
wp_dsp
(@davidspeyer)
Just to clarify, for me it is either one or the other, so I guess a comma would not be needed:
[group1][email][/group1][group2][email2][/group2]
@davidspeyer yeah, that should work then.