I wanted to add an extra user filed to my registration form at example.com/admin/userfields
But the content types are only...
1. Single line of Text
2. Multiple Line of Text
3.Link Url.
How can I add additional Content field of type Number (Phone Number)
Which file contains the code for adding new user fields?
Also if i should want to rather override the registration form in qa-theme.php
How should i go about it?
Thanks in advance.