How can I add a required field in New User Registration Form?

Currently, the plugin exposes the new field on the template:

And processes that new field on user registration:

It sounds like you would also want to hook into the form validation. You would use similar logic, but with the validation hook. There is an example of such a validation hook here: