-
-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Description
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."
]
}
]
}
]
},
// …
}
There is no way to update the handle in the field's settings:
Steps to reproduce
- Add a section field to a form
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels