Megafry

Results 18 issues of Megafry

One of my customer needed a step by step validation: based on the official [parsley-doc](https://parsleyjs.org/doc/examples/multisteps.html) i came up with this solution: can this be added as a feature? ```js $('.powermail_form...

feature

Currently The field pi_flexform is not available for mask elements. It would be great if we could create a custom flexform using the drag and drop interface from mask like...

enhancement

### What happened? ### Description _Not sure if this is supposed to be a bug or a feature request._ In CraftCMS 5 entry types are stored in the `entries` table....

bug

### Question All forms are stored in the database, but I haven't found a solution like FreeForm hat to save them in to the configuration. I found the option to...

feature request

### Describe the bug The Ajax call `formie/fields/get-summary-html` doesn't use the theme config. ### Steps to reproduce 1. Add this config to `config/formie.php` or directly to `craft.formie.renderForm`: ```php 'themeConfig' =>...

### Describe the bug We have discovered the following Issue with Ajax multi-page form: When an upload field is placed in a group the upload happens, but it is missing...

### Describe the bug On page change with a multi-page form the upload field gets emptied This is inconvenient as the user does not know whether the document is still...

### Describe the bug The conditions don't work properly with nested fields. I'm not sure how easily this can be fixed. please follow the steps to reproduce it. ### Steps...

### Describe the bug The Import generates an error if the option **updating existing form** is selected. **in /var/www/html/vendor/verbb/formie/src/helpers/ImportExportHelper.php:221 Undefined array key "handle"** ``` $existingField = $existingFields[$field['handle']] ?? null; ```...

Hi I wrote this first as a module for our project to facilitate automatic form imports post-deployment. The current workflow involves exporting complex forms as JSON to a project folder,...