I have a form in frontend, where a new user can be created and after that confirmed by the admin - and in the standard template, only password and email is validated. But we need to validate that the other fields is filled out to (e.g. name of the user)
How do I make the other fields required? It is the (old) createuser.html template I am using - is there a better or more updated template/method I can use, or perhaps some extra scripting in the validation.js ? I can't find any "isRequired" templatetags for the "UserManagement:User.Name.Input" and so on...
Thanks,
/Lise