form
form copied to clipboard
Flow Form Framework
Feel free to link them on https://docs.neos.io/guide/features/forms#more-form-packages as well :-)
`$actionRequest->getHttpRequest()->getUri()` returns the original request Uri, which conflicts if the Setting `Neos.Flow.http.baseUri` is overwritten. TBH: I'm not sure if this is really the best way to replace the base uri,...
Allows the usage of a Eel-Helper in the parseOption-Function This is useful if you have a form and want to send an email to different recipient-addresses based on the configuration...
Allow option parsing of arrays (translation.* in neos/form-builder prototypes) and make form values available for the translation.
Jira issue originally created by user @kitsunet: The form package creates form urls by using the current http requests url, which might not necessarily be correct if the application is...
**Problem**: When a file is uploaded using the `FormUpload` element, it is immediately saved to the resource collection upon form submission. However, if the file is later deemed invalid, it...
**Previously:** When a user is using the image upload component in a form in combination with the email finisher where "Attach all uploaded files" was checked, the image was not...
Hey there, just saw a bot attack against one of our services trying to exploit this on-caught exception. Not sure if such hmac-manipulations should be logged using the security-logger?