verbb / formie

The most user-friendly forms plugin for Craft CMS.
Other
93 stars 69 forks source link

[5.x] Add existing field option doesn't work. #1874

Closed benfeather closed 1 month ago

benfeather commented 1 month ago

Describe the bug

I'm unable to add an existing field to a new form:

https://github.com/verbb/formie/assets/43571410/c2d7265d-4006-488a-96d2-d6787d4ba1bc

There are no errors logged in the browser console. However, there are some depreciation errors in the logs that pop up when I try to add an existing field, so this may be related.

CleanShot 2024-05-08 at 10 32 00@2x

Here is the stack trace:

e1

e2

Steps to reproduce

N/A

Form settings

Craft CMS version

5.1.2

Plugin version

3.0.0-beta.10

Multi-site?

Yes

Additional context

No response

engram-design commented 1 month ago

Fixed for the next release. To get this early, run composer require verbb/formie:"dev-craft-5 as 3.0.0-beta.10".

benfeather commented 1 month ago

That works, thanks!