Answer the question
In order to leave comments, you need to log in
How to add custom field to bitrix:main.profile?
The component itself:
<?$APPLICATION->IncludeComponent("bitrix:main.profile","",Array(
"USER_PROPERTY_NAME" => "",
"SET_TITLE" => "Y",
"AJAX_MODE" => "N",
"USER_PROPERTY" => Array(
// properties here
),
"SEND_INFO" => "Y",
"CHECK_RIGHTS" => "Y",
"AJAX_OPTION_JUMP" => "N",
"AJAX_OPTION_STYLE" => "Y",
"AJAX_OPTION_HISTORY" => "N"
)
);?>
In general, I did not find where properties are added to this component in Bitrix.
Answer the question
In order to leave comments, you need to log in
In my case PROFILE or USER
And a tutorial on working with custom fields
https://www.youtube.com/watch?v=OsmfPWc24X0
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question