Is it possible to add more fields to the xano signup form? when i add the form i am only able to input name, email and password. and bind them to the xano auth.
What i want is to create a signup that includes company as well but i do not know how to set it up and how to add the extra field in the weweb workflow. further more it would also be great if i could somehow create a “hidden field” or value that can be passed along as role.
roles etc you should manage on the backend - especially if it’s as important as roles.
If you work on Weweb / Xano, you can create a signup form however you like - you just modify the backend endpoint (ie add additional fields) and then you can pass them on the frontend.
Signup form consists of form and selected inputs which you want the user to pass on. In Xano you have your inputs that need to match those and then you create any type of logic.
WeWeb Signup action in Xano is just a predefined request on particular url with predefined set of inputs. I personally don’t use it - I create my own singup flows because you always want to push more data on user registration. (ie gdpr / marketing consents or something).
Thanks to both of you that did the trick. I had done it before but I did not update the form in weweb so when i did your changes and added the form again it was working