FormIt icon indicating copy to clipboard operation
FormIt copied to clipboard

A dynamic form processing Snippet for MODx Revolution

Results 11 FormIt issues
Sort by recently updated
recently updated
newest added

Fix https://github.com/Sterc/FormIt/issues/113

Select option for export to CSV where columns are utilized to separate each form input and subsequent values, rather than JSON strings for each form submissions input values in a...

Allow input type="file" name="upload[]" multiple="multiple" for multiple attachment email files.

Improvement process emailReplyTo parameter in email hook for multiple values.

with optional to use dynamicFieldTpls property for dynamic HTML form added by javascript. Fallback to implode them with commas to be used by the original Formit's checkboxes snippet.

Fixed error when $input not is an array

array check on $input to remove php warning notice

With this change it's possible to have &preHooks on FormItRetriever. This is useful when doing custom loading and keep the nice "redirectToOnNotFound" feature. For example; I want to use the...

when I add 10-20 snippet calls in emailTpl, only 3 or 5 first calls will be processed with this patch you can use correctly more than 5 snippets calls in...