Field Syntax Errors: bcc checkbox input
-
Hi there. Since upgrading to the new version of Contact Form (with the validator), I am getting a “This field has syntax errors” message on the Additional Headers field of several of my forms.
The common element is that each of these fields uses a bcc: header and also uses a checkbox to generate input for the bcc (so that the user can check multiple checkboxes on the form and the form will bcc itself to the email addresses in the checked checkboxes.
Here is an excerpt of the form:
[checkbox bcc-email "First Address | [email protected]" "Second Address | [email protected]" "Third Address | [email protected]"]… and here is the header from the mail tab:
Bcc: [bcc-email]The syntax error message goes away if I remove the variable substitution and just hardcode an email address like:
Bcc: [email protected]Any ideas about what is wrong here? The emails still seem to process and send OK, just the validation message I am trying to get rid of.
The topic ‘Field Syntax Errors: bcc checkbox input’ is closed to new replies.