PHP code example of aidsoul / bitrix-form
1. Go to this page and download the library: Download aidsoul/bitrix-form library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
aidsoul / bitrix-form example snippets
$APPLICATION->IncludeComponent(
"aidsoul:forms",
".default",
array(
"AJAX" => "Y",
"FORM_NAME" => "contact",
"FORM_ID" => "contact-form",
"TITLE" => "Связаться с нами",
"SUBMIT_TEXT" => "Отправить заявку"
)
);