diff --git a/code/editor/EditableFormField.php b/code/editor/EditableFormField.php index 8187e80..4c3c8df 100755 --- a/code/editor/EditableFormField.php +++ b/code/editor/EditableFormField.php @@ -264,7 +264,6 @@ class EditableFormField extends DataObject { $this->Sort = (isset($data['Sort'])) ? $data['Sort'] : null; $this->Required = !empty($data['Required']) ? 1 : 0; $this->Name = $this->class.$this->ID; - $this->ShowOnLoad = (isset($data['ShowOnLoad']) && $data['ShowOnLoad'] == "Show") ? 1 : 0; $this->CustomRules = ""; $this->CustomErrorMessage = (isset($data['CustomErrorMessage'])) ? $data['CustomErrorMessage'] : ""; $this->CustomSettings = "";