Hi,
I - successfully - implemented a contact form based on Neos.Fusion.Form - SingleStepProcess. The standard “message” action and “log” action are working fine.
Now I’m trying to implement a custom action in PHP but fail at the very basics.
I took the class MessageAction
from the Custom Form Actions docs and renamed it to class ExchangeWebServicesMailAction. But I don’t know / didn’t find the conventions for the class filename and path and if the class has to be configured somewhere to be known.
I placed it in DistributionPackages/MYCOMPANY.Site/Classes/Action/ExchangeWebServicesMailAction.php
Currently I get
An exception was thrown while Neos tried to render your page
The action handler “MYCOMPANY.Site:ExchangeWebServicesMail” was could not be resolved!
Where do I have to place the class file? Do I have to configure it somewhere? Does an action class need a fusion file?
Some help and enlightenment would be very appreciated
Thx, Björn