@julian, I am trying to implement your suggestion.
@julian said in Share your opinion on my unique user registration process, please?:
As long as those form fields have name, then it is added to the form data, and sent to the backend.
So, I would still need to implement some backend code to save this to the user object, right? using the setter here: https://community.nodebb.org/topic/16994/how-do-i-add-custom-user-fields-to-my-theme
Because, doing db.objects.find({username: "test"}) doesn't include the custom fields.
@julian said in Share your opinion on my unique user registration process, please?:
You probably can't see the additional info in the registration queue template, so you may have to modify that one too.
The API response for /api/admin/manage/registration does not contain the custom fields. Am I doing something wrong, or is this expected? What is the easiest way to add these fields to the API response? Thank you.