Extra fields using Kinde
I would like to add to my form using Kinde an extra field that would be a selector of options that the user can select from and then I receive it in the webhook from when they register. How do I do this?
2 Replies
Hey @disamdev,
Thanks for reaching out.
It is on our roadmap to allow forms custom fields in our authentication flow - see here.
It would be great to confirm more details about the use-case you are trying to achieve.
Do you want the option the user selects to be in the payload of a, let's say
user.created
webhook event, after the user successfully authenticates?
Looking forward to hearing back from you.Custom forms
Custom forms
In my case it is because I am building a platform to study the Spanish university entrance exam with AI, then I want the users to select their region to be able to save it in the database later. I would like them to put it in the form (I can decide different fields like short text, long text, multiple choices...) and then receive them in the webhook
user.created
.