Good day!
There was another question. There is a form on Bitrix, created through the Phoebus form module. All is well, the worm is resolved without problems. Fields customized. But one thing is not clear:
You need to assign the css class to the form itself. By default, the class itself is not created in the component template, I have not found the <form tag itself, and the crooked approach seems to me
Maybe someone faced this task ...
That's it in the layout
<form action="#" class="contact-form" novalidate="novalidate">
Bitrix does this
<form name="contact_form" action="/contacts/?bitrix_include_areas=Y&clear_cache=Y" method="POST" enctype="multipart/form-data">
How to add class = "contact-form" to the form generated by bitrix
Thank!