getData(['config', 'i18n', 'langAdmin']) . '/lex_form.php'); // Flatpickr dans la langue en frontend si elle est connue de Flatpickr, y compris en traduction auto $arrayFlatpickr = ['fr', 'es', 'pt', 'el', 'it']; if( isset( $_SESSION['langFrontEnd'])){ $lang_base = $_SESSION['langFrontEnd']; } else { $lang_base = $this->getData(['config', 'i18n', 'langBase']); } $lang_flatpickr = in_array($lang_base, $arrayFlatpickr) ? $lang_base : 'default'; ?>getData(['module', $this->getUrl(0), 'input'])): ?>
getData(['module', $this->getUrl(0), 'input']) as $index => $input): ?> 'formInput_' . $index, 'label' => $input['name'], 'value' => $this->getData([ 'module', $this->getUrl(0), 'draft', 'mail']) ]); ?> $key) { $values[$value] = trim($value); } ?> 'formInput_' . $index, 'label' => $input['name'], 'selected' => $values[$this->getData([ 'module', $this->getUrl(0), 'draft', 'select'])] ]); ?> 'formInput_' . $index, 'label' => $input['name'], 'value' => $this->getData([ 'module', $this->getUrl(0), 'draft', 'text']) ]); ?> 'formInput_' . $index, 'label' => $input['name'], 'value' => $this->getData([ 'module', $this->getUrl(0), 'draft', 'textarea']) ]); ?> 'formInput_' . $index, 'label' => $input['name'], 'value' => $this->getData([ 'module', $this->getUrl(0), 'draft', 'datetime']) ]); ?> $this->getData([ 'module', $this->getUrl(0), 'draft', 'checkbox']) ]); ?>

getData(['module', $this->getUrl(0), 'config', 'captcha']) && ( $_SESSION['humanBot']==='bot') || $this->getData(['config', 'connect', 'captchaBot'])===false ): ?>
getData(['module', $this->getUrl(0), 'config', 'captcha']) && $_SESSION['humanBot']==='human' && $this->getData(['config', 'connect', 'captchaBot']) ): ?>
'Input Blue', 'value' => '' ]); ?>

getData(['locale', 'captchaSimpleText']), [ 'checked' => false, 'help' => $this->getData(['locale', 'captchaSimpleHelp']) ]); ?>

$this->getData(['module', $this->getUrl(0), 'config', 'button']) ? $this->getData(['module', $this->getUrl(0), 'config', 'button']) : $text['form_view']['index'][0], 'ico' => '' ]); ?>