formie icon indicating copy to clipboard operation
formie copied to clipboard

The most user-friendly forms plugin for Craft CMS.

Results 345 formie issues
Sort by recently updated
recently updated
newest added

### 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...

feature request

### What are you trying to do? Craft cms has several built-in actions, such as: ![CleanShot 2024-05-08 at 14 59 35@2x](https://github.com/verbb/formie/assets/43571410/478622b5-d22f-4c10-94ff-5885099a9fb4) **[Docs](https://craftcms.com/docs/5.x/reference/controller-actions.html)** It would be great if we could create...

feature request

### 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: ![CleanShot 2024-05-09 at 09 58 45@2x](https://github.com/verbb/formie/assets/43571410/ac34c908-e5a5-4b77-a453-b4182371ae7b) 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...

feature request

### 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...