Answer the question
In order to leave comments, you need to log in
How to connect the registration form from the core?
There is a component:
<?$APPLICATION->IncludeComponent(
"bitrix:system.auth.form",
"demo",
Array(
"FORGOT_PASSWORD_URL" => "/login/?forgot_password=yes",
"PROFILE_URL" => "/login/user.php",
"REGISTER_URL" =>"/login/?register=yes",
"SHOW_ERRORS" => "N"
)
);?>
"REGISTER_URL" =>"/login/?register=yes",
?register=yes will include system.auth.registration (registration),.
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