Elxis CMS Forum
Support => General => Topic started by: forumaid3n on November 07, 2025, 22:41:45
-
Hello all,
I would like to ask how could I add new extra fields, that appear on the user profile so that they can add informations?
Sincerely thanks
-
To do so you need a custom database table to store the data and a custom extension (module or plugin or component) to display them. So, you cannot do it without doing some development to extend the built-in functionality.
I attach a screenshot of a real world example which shows extending user access on very custom items.
-
:) Thank you very much for th answer.