craft-freeform icon indicating copy to clipboard operation
craft-freeform copied to clipboard

Freeform for Craft: The most reliable form builder that's ready for wherever your project takes you.

Results 35 craft-freeform issues
Sort by recently updated
recently updated
newest added

Freeform [loads front-end resources via PHP](https://github.com/solspace/craft-freeform/blob/v5/packages/plugin/src/controllers/ResourcesController.php) (`Response::sendFile`), which is very inefficient. This is exacerbated on infrastructure Craft Cloud, where PHP can never send files, and will result in a redirect...

issue

### What happened? Hello, I have a form that sends 2 notifications, 1 to the person filling in the form, and the other to an admin email address. The notification...

issue

### What happened? Front end form. Fill it out and submit. All good, all data recorded, there's an associated Craft entry integration that's being suppressed on initial form submission. Jump...

issue

### What happened? I'm setting up a payment form that is swapped with ajax into the page (via htmx / Sprig), and have the `Freeform Script Insertion Location` set to...

issue

**Describe the bug or issue you're experiencing** Front end form protected by reCaptcha keep displaying an error message to the visitors: Please verify that you are not a robot. in...

issue
freeform5

These need to be loaded as asset bundle URLs to be correct in a Craft Cloud environment. See: https://craftcms.com/knowledge-base/cloud-plugin-development#asset-bundles

### What happened? We can't map values from fields to tags in ActiveCampaign. In the Contact Mapping list in the CMS we don't longer see the "Tags" field. Also, in...

issue

The settings in, for example `bootstrap-5/fields/table.twig` , aren't taken into account ending up with a unstyled table field in the frontend. Also, `addButtonLabel` and `removeButtonLabel` shouldn't be overridden by default...

issue

**Describe the bug or issue you're experiencing** Parts of Freeform 5 are not translated into Dutch. When I compare the "translations/nl/freeform.php" file from a v4 install with a v5 install,...

issue
freeform5

**Describe the bug or issue you're experiencing** Having conditional logic applied to a form, a script tag is rendered before the form tag closes. ``` $event->addChunk( ''.$serialized.'' ); ``` When...

issue
freeform5