/home/techb158/immovalet.com/platform/plugins/payment/src/Forms
NameSizeModeActions
PaymentForm.php12410644editdlrm
Edit: /home/techb158/immovalet.com/platform/plugins/payment/src/Forms/PaymentForm.php (1241B)
setupModel(new Payment) ->setValidatorClass(PaymentRequest::class) ->withCustomFields() ->add('name', 'text', [ 'label' => trans('core/base::forms.name'), 'label_attr' => ['class' => 'control-label required'], 'attr' => [ 'placeholder' => trans('core/base::forms.name_placeholder'), 'data-counter' => 120, ], ]) ->add('status', 'customSelect', [ 'label' => trans('core/base::tables.status'), 'label_attr' => ['class' => 'control-label required'], 'attr' => [ 'class' => 'form-control select-full', ], 'choices' => BaseStatusEnum::labels(), ]) ->setBreakFieldPoint('status'); } }