-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make form state initialization more flexible #152
Comments
daniellienert
added a commit
to punktDeForks/form
that referenced
this issue
Mar 25, 2022
This adds a mechanism to hook into the form state initialization and define custom initializers. Resolves: neos#152
theDex
pushed a commit
to punktDeForks/form
that referenced
this issue
Mar 28, 2022
This adds a mechanism to hook into the form state initialization and define custom initializers. Resolves: neos#152
daniellienert
added a commit
that referenced
this issue
May 3, 2022
This adds a mechanism to hook into the form state initialization and define custom initializers. Resolves: #152
daniellienert
added a commit
that referenced
this issue
May 3, 2022
This adds a mechanism to hook into the form state initialization and define custom initializers. Resolves: #152
daniellienert
added a commit
that referenced
this issue
May 3, 2022
This adds a mechanism to hook into the form state initialization and define custom initializers. Resolves: #152
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recently we had several request for manipulating form state initialization like:
Initialize the state from some third party tool like SAP or marketing automation
Restore the form state after mail verification without persisting the complete state in the state hash
Restore the form state after returning from some third party authentication process
The text was updated successfully, but these errors were encountered: