plugin-form-builder: Add localized property to form title #5592
Replies: 3 comments
-
This plugin is now being maintained in the Packages Directory of the Payload Monorepo. This repo will soon be archived and all open issues including this one will be closed. This issue, however, will be transferred over. Please refer to this open discussion for more details. |
Beta Was this translation helpful? Give feedback.
-
Not only the title, but the Submit Button Label, Confirmation Message, and Custom Redirect URL are not able to be localized. A top level setting would be appreciated since adding the option to all available blocks/fields requires redefining all fields after a lot of work of finding the correct values. |
Beta Was this translation helpful? Give feedback.
-
Moving this to Discussions as a feature request. We can continue the discussion there. |
Beta Was this translation helpful? Give feedback.
-
A common use case would be to create a named form, for example 'Registration Form', which title must be localized to display the form title on the UI for the end user.
IMHO, we should add
localized: true
to the form's title field:https://github.com/payloadcms/plugin-form-builder/blob/139aedab933edcd7b6f8b0179d2de81fe5606688/src/collections/Forms/index.ts#L79
Beta Was this translation helpful? Give feedback.
All reactions