Elxis CMS Forum

Support => General => Topic started by: forumaid3n on November 07, 2025, 22:41:45

Title: Custom Fields on User's Profile
Post 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
Title: Re: Custom Fields on User's Profile
Post by: datahell on November 09, 2025, 12:03:26
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.
Title: Re: Custom Fields on User's Profile
Post by: forumaid3n on November 09, 2025, 19:52:50
 :) Thank you very much for th answer.