{{-- Form section --}}

Record Type Details

{{--

Configure your field settings for your form field.

--}}
Record Name @if($showform) @else
{{ isset($record) ? $record->title : '' }}
@endif
ID
@if($showform) @if(!$admin && $create) custentryform @endif @else
{{ isset($record) ? $record->scriptid : '' }}
@endif
Record Type @if($showform) @else
{{ isset($record) ? $record->recordType->title : '' }}
@endif
Sublist View @if($showform) @else
{{ isset($record) && $record->sublist_tabs ? 'Tabs' : 'Columns' }}
@endif
isinactive) || !isset($record)) x-model="isInactiveChecked" class="checkbox-style " @if(!$showform) disabled @endif>
Inactive

Warning: This is the primary form. Saving it as inactive will automatically promote the default form as the new primary.

isprimary) || !isset($record) ? 'checked' : '' }} class="checkbox-style " @if(!$showform) disabled @endif>
progress_bar_enabled) ? 'checked' : '' }} class="checkbox-style " @if(!$showform) disabled @endif>
Show Progress Bar
Progress Bar Field @if($showform) @else
@if(isset($record) && $record->progress_bar_field) @foreach($recordTypeFields ?? [] as $fieldId => $field) @if($fieldId === $record->progress_bar_field) {{ $field['label'] ?? $fieldId }} @endif @endforeach @endif
@endif