neos / form-builder

Flow Form Framework integration into Neos CMS
GNU General Public License v3.0
18 stars 30 forks source link

EmailFinisher option missing #114

Closed iseries closed 2 years ago

iseries commented 2 years ago

E-Mail can't be send after submit a form because an exception was thrown. Some option for the EmailFinisher seems to be missing but all related properties for the Email Finisher content element were set correctly.

Installed neos/neos 8.0.3

Reproduce:

Exception:

An exception was thrown while Neos tried to render your page

One of the option "templatePathAndFilename", "templateSource", "plaintextTemplatePathAndFilename", "plaintextTemplateSource", "htmlTemplatePathAndFilename", "htmlTemplateSource" must be set for the EmailFinisher.

root<Neos.Fusion:Case>/
 documentType<Neos.Fusion:Matcher>/
  element<Geopard.Mysite:Document.Homepage>/
   mainContent<Geopard.Mysite:Document.Fragment.Content.Main>/
    renderer<Neos.Neos:PrimaryContent>/
     default<Neos.Fusion:Matcher>/
      renderer<Neos.Neos:ContentCollection>/
       content<Neos.Neos:ContentCollectionRenderer>/
        itemRenderer<Neos.Neos:ContentCase>/
         default<Neos.Fusion:Matcher>/
          element<Geopard.FlexGrid:Content.Container>/
           renderer<Neos.Fusion:Tag>/
            content<Neos.Fusion:Tag>/
             content<Neos.Neos:ContentCollectionRenderer>/
              itemRenderer<Neos.Neos:ContentCase>/
               default<Neos.Fusion:Matcher>/
                element<Neos.Form.Builder:NodeBasedForm><Neos.Form.Builder:NodeBasedForm>/

For a full stacktrace, open Data/Logs/Exceptions/2022072709573821884d.txt
bwaidelich commented 2 years ago

@iseries Thanks for reporting, but (un)fortunately I can't reproduce the issue. One thing you did not mention in the "reproduction" above is the actual configuration of the email body: image But I assume that you did that!?

iseries commented 2 years ago

oh man. yes, I didn't put any content here. After a text entry was made here, it also works for me. Sorry for your time looking into this...

bwaidelich commented 2 years ago

No problem, thanks for getting back :)