Answer the question
In order to leave comments, you need to log in
How to register with your fields on Bitrix?
I'm trying to register on the site, but I need to make my own fields.
For a test, I'm trying out the Custom Registration component.
<?$APPLICATION->IncludeComponent(
"bitrix:main.register",
"",
Array(
"AUTH" => "Y",
"REQUIRED_FIELDS" => array("EMAIL","NAME","PERSONAL_MOBILE"),
"SET_TITLE" => "Y",
"SHOW_FIELDS" => array("EMAIL","NAME","PERSONAL_MOBILE"),
"SUCCESS_PAGE" => "",
"USER_PROPERTY" => array(),
"USER_PROPERTY_NAME" => "",
"USE_BACKURL" => "Y"
)
);?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question