verbb / formie

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

Date fields not saving when inside of a group #1853

Closed amphibian closed 2 months ago

amphibian commented 2 months ago

Describe the bug

If a date field is placed inside of a field group, an error is encountered upon saving a submission:

Undefined property: DateTime::$date

If I move the date field outside of the group, it saves correctly.

Steps to reproduce

  1. Create a date field.
  2. Place it inside of a group.
  3. Create a submission.

Form settings

Craft CMS version

5.0.5

Plugin version

3.0.0-beta.8

Multi-site?

No response

Additional context

No response

engram-design commented 2 months ago

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

engram-design commented 2 months ago

Fixed in 3.0.0-beta.9