Skip to content

Adding a "Section" field causes a form validation error #2739

@superextinct

Description

@superextinct

Describe the bug

Saving a form with a newly added "Section" field fails due to a validation error:

// admin/action/formie/forms/save

{
    "success": false,
    "errors": {
        "rows": [
            {
                "fields": [
                    {
                        "handle": [
                            "„06b0dbc4441c0da97700177c2735c6f6“ isn’t a valid handle."
                        ]
                    }
                ]
            }
        ]
    },
    // …
}
Image

There is no way to update the handle in the field's settings:

Image

Steps to reproduce

  1. Add a section field to a form
  2. Save the form

Form settings

  • Multi-page form: Regardless
  • Submission Method: Regardless
  • Client-side Validation: Regardless
  • Custom Form Templates: Regardless

Craft CMS version

5.9.12

Plugin version

3.1.15

Multi-site?

No

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions