@@ -8,6 +8,15 @@ if(!$contentData) {
]
];
+
+ if(!isset($contentData['items'])){
+ $contentData['items'] = [
+ [
+ "title" => "",
+ "detail" => "",
+ ]
+ ];
+ }
}
$formID = rand(0, 100000);
?>