getInfo(); $trans = array( 'title' => $form->getTranslateTag('title'), 'instructions' => $form->getTranslateTag('instructions'), ); $newcount=2; $translations = CustomDataTranslation::allTranslations($trans, 'phrase'); $_keys = array_flip($trans); foreach ($translations as $t) { if (!Internationalization::isLanguageEnabled($t->lang)) continue; // Create keys of [trans][de_DE][title] for instance $info['trans'][$t->lang][$_keys[$t->object_hash]] = Format::viewableImages($t->text); } } else { $title = __('Add new custom form section'); $action = 'add'; $url = '?a=add'; $submit_text=__('Add Form'); $newcount=4; } $info=Format::htmlchars(($errors && $_POST)?$_POST:$info, true); ?>

1) { ?>
  • $nfo) { ?>
  • ">
:
'; echo $errors['title']; ?>
:
$nfo) { if ($tag == $cfg->getPrimaryLanguage()) continue; ?>
get('type') == 'T') { $uform = UserForm::objects()->one(); ?> getFields() as $f) { if (!$f->isVisibleToUsers()) continue; ?> type == 'T' ?> getDynamicFields() as $f) { $id = $f->get('id'); $deletable = !$f->isDeletable() ? 'disabled="disabled"' : ''; $force_name = $f->isNameForced() ? 'disabled="disabled"' : ''; $fi = $f->getImpl(); $ferrors = $f->errors(); ?>
get('title')); ?>
get('label'); ?> get('type')); echo __($t[0]); ?> getVisibilityDescription(); ?> get('name'); ?>
'; echo $ferrors['label']; ?> isConfigurable()) { ?> getVisibilityDescription(); ?> /> '; echo $ferrors['name']; ?> />
+ "/> "/> "/> '; echo $errors["new-$i"]['name']; ?>
: