Hello.
Is it possible to add a custom field to the registration form and retrieve its value later on in a webhook?
I want to implement an invite-only system but using the self-service flows.
The only difference I want to make is asking the user about an invite code directly in the registration form but without adding it to the identity schema.
My current workaround would be initiating a flow, asking the user for an invite code first, map it to the flow ID in my backend, proceed to render the actual registration form if the invite is valid and then check the invite code mapped to the registration flow ID in a pre persist webhook.