Skip to content

Magic Forms does not support October CMS v3 #270

@blakej115

Description

@blakej115

The following error occurs when trying to submit a form.

Symfony\Component\Mime\Exception\RfcComplianceException: Email "0" does not comply with addr-spec of RFC 2822. in /home/gca.riverworksmarketing.net/public_html/vendor/symfony/mime/Address.php:54

This is because it appears it is now required to provide both a key (email) and value (name) of recipients.

I fixed this by reworking the mail_recipients property into a "dictionary" type, and updated the description text for this property. The description text does still need other translations though.

Here is another error:

"Unknown "spaceless" tag in "/home/gca.riverworksmarketing.net/public_html/themes/gca/partials/contactPrimary/flash.htm" at line 1." on line 160 of /home/gca.riverworksmarketing.net/public_html/vendor/twig/twig/src/Parser.php

It appears the {% spaceless %} tag is no longer supported. I removed this as it appears to not be necessary.

I've attached a pull request that includes these changes: #269

If we could provide the other translations and merge please, that would be great!

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions