I am building out a custom UI for registration and need to handle two flows, a migration from an old identity system and an invitation only registration flow. For both flows, when navigating to my login url, I pass query parameters to the route. However, when submitting data to Kratos using the form post, if an error occurs, kratos redirects back to my registration route with only the flow query param. Is it possible to configure Kratos to pass the same query back, pass the custom input fields back, or something else to save the state of these additional fields? Should I be putting them on my identity model? I wouldn’t think so since they are irelevent after registration.