Overriding existing form collection fields in the form builder #5201
Unanswered
frederico-taramaschi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For my current implementation of the form builder forms the user should only be able to select what the form should be and the submit button labels, confirmation messages, ... are administered elsewhere. So to improve the UX I would like to not show the fields that will not be used anyway.
Even though the documentation states that the formOverrides property can be used to override anything it appears to be impossible to change existing fields such as confirmationMessage, submitButtonLabel, ... and since it also seems impossible to use the property to use the react hooks that route does not seem to be a valid option either.
Is there another way to get ths done?
Beta Was this translation helpful? Give feedback.
All reactions