formie
formie copied to clipboard
The most user-friendly forms plugin for Craft CMS.
### What are you trying to do? The password field currently has the following validation options 1. Required 2. Match field It would be very helpful if we could include...
### What are you trying to do? Craft cms has several built-in actions, such as:  **[Docs](https://craftcms.com/docs/5.x/reference/controller-actions.html)** It would be great if we could create...
### Describe the bug I've made a controller to post form submissions to a 3rd party CRM - that all works testing through Postman. As I understand it, I need...
### Describe the bug The Add Existing Fields dialog shows synced fields multiple times:  In the image above, the password field is associated with...
### What are you trying to do? I'd like to enable an option for Checkboxes and Radio fields to allow the frontend user to select an "Other" option which will...
### Describe the bug We have a multi-page form. There are several incomplete forms that are almost complete. Our client would like to send an email notification for those forms...
### Describe the bug I have a multi form page with a repeater set. When I input things in the repeater and go to the next page, my summery field...
### 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,...
### Describe the bug Having a strange issue. When I duplicate an existing form, and try to edit it, I am getting an "axios.js" error in the CP and am...