Hello
I created web-from and show front side without layout however date-picker is not working is there any date-picker javascript which i have to include in that page?
below is my code please review:
I created web-from and show front side without layout however date-picker is not working is there any date-picker javascript which i have to include in that page?
below is my code please review:
| Code |
|---|
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");
$APPLICATION->SetTitle("New Employee Form");
?>
<script src="/bitrix/templates/modern_green/js/jquery.min.js" type="text/javascript"></script>
<?$APPLICATION->IncludeComponent(
"bitrix:form",
"",
Array(
"AJAX_MODE" => "N",
"SEF_MODE" => "N",
"WEB_FORM_ID" => "22",
"RESULT_ID" => $_REQUEST[RESULT_ID],
"START_PAGE" => "new",
"SHOW_LIST_PAGE" => "N",
"SHOW_EDIT_PAGE" => "N",
"SHOW_VIEW_PAGE" => "N",
"SUCCESS_URL" => "",
"SHOW_ANSWER_VALUE" => "N",
"SHOW_ADDITIONAL" => "N",
"SHOW_STATUS" => "Y",
"EDIT_ADDITIONAL" => "N",
"EDIT_STATUS" => "Y",
"NOT_SHOW_FILTER" => array(),
"NOT_SHOW_TABLE" => array(),
"CHAIN_ITEM_TEXT" => "",
"CHAIN_ITEM_LINK" => "",
"IGNORE_CUSTOM_TEMPLATE" => "N",
"USE_EXTENDED_ERRORS" => "N",
"CACHE_TYPE" => "A",
"CACHE_TIME" => "3600",
"AJAX_OPTION_JUMP" => "N",
"AJAX_OPTION_STYLE" => "Y",
"AJAX_OPTION_HISTORY" => "N",
"VARIABLE_ALIASES" => Array(
"action" => "action"
)
)
);?>
|
- Nishant








