Ok, im create a custom field following the easysocial documentation for create custom fields. But didnt see any result. To test how it was done , I copied the structure and functionality of the textbox field but renaming everything with another name, but i dont see any changes.
1. I create /media/com_easysocial/apps/fields/user/test
2. I create all the files i see in the documentation: test.xml, test.php, config.json, content.php in their respective folders.
3. I copied all the code from the textbox field (renaming textbox for test)
Should I see some results ? When i was to create a custom field for the user registration didnt see my test field...