{{ t('field_configuration') }}

{{ t('configure_custom_field_settings') }}

@if ($field_type === 'dropdown' || $field_type === 'checkbox')
{{ t('add') }}
@if (!empty($field_options))
@foreach ($field_options as $index => $option)
{{ $option }}
@if ($index > 0) @endif @if ($index < count($field_options) - 1) @endif
@endforeach
@else

{{ t('no_options_added') }}

@endif
@endif

{{ t('optional_description_help_text') }}

@if ($field_type === 'dropdown' && !empty($field_options)) @elseif ($field_type === 'checkbox' && !empty($field_options))
@foreach ($field_options as $option)
@endforeach
@else @endif

{{ t('default_value_help') }}

{{ t('make_field_mandatory') }}

{{ t('only_active_fields_displayed') }}

{{ t('show_on_table_help') }}

{{ t('cancel') }} {{ t('save') }}

{{ t('live_preview_custom_field') }}

{{ t('live_preview_description') }}

@if ($field_type === 'text') @elseif($field_type === 'textarea') {{ $default_value }} @elseif($field_type === 'number') @elseif($field_type === 'date') @elseif($field_type === 'dropdown') @elseif($field_type === 'checkbox')
@if (!empty($field_options)) @foreach ($field_options as $option)
{{ $option }}
@endforeach @else
{{ $placeholder ?: t('checkbox_label') }}
@endif
@else
{{ t('select_field_type_preview') }}
@endif @if ($description)

{{ $description }}

@endif
{{ t('live_preview_updates') }}

{{ t('field_instructions') }}

{{ t('field_name_guidelines') }}

  • {{ t('use_alphanumeric_characters') }}
  • {{ t('no_spaces_allowed') }} user_name
  • {{ t('underscore_recommended') }} first_name
  • {{ t('field_name_help') }}

{{ t('field_types_explained') }}

{{ t('text_field_label') }}:

{{ t('text_field_description') }}

{{ t('textarea_field_label') }}:

{{ t('textarea_field_description') }}

{{ t('number_field_label') }}:

{{ t('number_field_description') }}

{{ t('date_field_label') }}:

{{ t('date_field_description') }}

{{ t('dropdown_field_label') }}:

{{ t('dropdown_field_description') }}

{{ t('checkbox_field_label') }}:

{{ t('checkbox_field_description') }}