diff --git a/dca/tl_form.php b/dca/tl_form.php index fba0827..1d972db 100644 --- a/dca/tl_form.php +++ b/dca/tl_form.php @@ -29,7 +29,7 @@ $GLOBALS['TL_DCA']['tl_form']['fields']['mp_forms_sessionRefParam'] = [ 'exclude' => true, - 'default' => 'step', + 'default' => 'ref', 'inputType' => 'text', 'eval' => ['tl_class' => 'w50', 'maxlength' => 255], 'sql' => "varchar(255) NOT NULL default 'ref'"