Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Hi there!
    Same issue here after migration.
    My “To” field is set to “[cf-email-recipient]”
    When editing the form, there is a red “This field has syntax errors.” under the To Field in the form editor.
    I did not had this in the previous version of CF7.

    Before editing the form I did a post migration test, sending a form and it worked just fine.

    Is this an ascending compatibility issue?
    Did you decide not supporting fields between brackets in the “To” anymore?

    If so, I cannot provide anymore the choice of the recipient in my form doing this:
    [select cf-email-recipient “Sales|email1@mydomain.com”
    “Business Partner Support Team|email2@mydomain.com”
    “Technical Support Team|email3@mydomain.com”
    “Administrative Team|email4@mydomain.com” ]

    I checked the “How to resolve configuration errors” link you provided in your above post. it did not help. It says “You can use mail-tags in this field”

    Looking forward for your feedback on this…
    Thanks in advance and regards,
    Chris

    I finally found what it was.
    In case it could help someone else:

    [cf-email-recipient] needed select* so the Validator understands it is a mandatory field.

    The Validator is a bit stupid here since this filed cannot be empty based on my code:

    [select cf-email-recipient “Sales|email1@mydomain.com”
    “Business Partner Support Team|email2@mydomain.com”
    “Technical Support Team|email3@mydomain.com”
    “Administrative Team|email4@mydomain.com” ]

    Chris

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

The topic ‘This field has syntax errors.’ is closed to new replies.