{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *}
{$form.label.label} {if $action == 2} {include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_custom_field' field='label' id=$id} {/if} | {$form.label.html} |
{$form.data_type.label} | {$form.data_type.html} |
{$form.html_type.label} | {$form.html_type.html} |
{$form.serialize.label} | {$form.serialize.html} |
{$form.in_selector.label} | {$form.in_selector.html} {help id="id-in_selector"} |
{$form.text_length.label} | {$form.text_length.html} |
|
|
{$form.group_id.label} | {$form.group_id.html} {ts}Advanced Filter{/ts} {capture assign=searchPreferences}{crmURL p="civicrm/admin/setting/search" q="reset=1"}{/capture} |
{$form.filter.label} |
{$form.filter.html}
{ts}Filter by Group{/ts}
{ts}Filter contact search results for this field using Contact get API parameters. EXAMPLE: To list Students in group 3:{/ts} "action=get&group=3&contact_sub_type=Student" {docURL page="dev/api"} |
{$form.options_per_line.label} | {$form.options_per_line.html|crmAddClass:two} |
{$form.start_date_years.label} | {$form.start_date_years.html} {ts}years prior to current date.{/ts} |
{$form.end_date_years.label} | {$form.end_date_years.html} {ts}years after the current date.{/ts} |
{$form.date_format.label} | {$form.date_format.html} {$form.time_format.label} {$form.time_format.html} |
{$form.note_rows.label} | {$form.note_rows.html} |
{$form.note_columns.label} | {$form.note_columns.html} |
{$form.note_length.label} | {$form.note_length.html} {ts}Leave blank for unlimited. This limit is not implemented by all browsers and rich text editors.{/ts} |
{$form.weight.label} | {$form.weight.html|crmAddClass:two} {if $action neq 4} {ts}Weight controls the order in which fields are displayed in a group. Enter a positive or negative integer - lower numbers are displayed ahead of higher numbers.{/ts} {/if} |
{$form.default_value.label} | {$form.default_value.html} |
{ts}If you want to provide a default value for this field, enter it here. For date fields, format is YYYY-MM-DD.{/ts} | |
{$form.help_pre.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_custom_field' field='help_pre' id=$id}{/if} | {$form.help_pre.html|crmAddClass:huge} |
{$form.help_post.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_custom_field' field='help_post' id=$id}{/if} | {$form.help_post.html|crmAddClass:huge} {if $action neq 4} {ts}Explanatory text displayed on back-end forms. Pre help is displayed inline on the form (above the field). Post help is displayed in a pop-up - users click the help balloon to view help text.{/ts} {/if} |
{$form.is_required.label} | {$form.is_required.html}
{if $action neq 4}
{ts}Do not make custom fields required unless you want to force all users to enter a value anytime they add or edit this type of record. You can always make the field required when used in a specific Profile form.{/ts} {/if} |
{$form.is_searchable.label} | {$form.is_searchable.html}
{if $action neq 4}
{ts}Can you search on this field in the Advanced and component search forms? Also determines whether you can include this field as a display column and / or filter in related detail reports.{/ts} {/if} |
{$form.is_search_range.label} | {$form.is_search_range.html} |
{$form.is_active.label} | {$form.is_active.html} |
{$form.is_view.label} | {$form.is_view.html} {ts}Is this field set by PHP code (via a custom hook). This field will not be updated by CiviCRM.{/ts} |