|
@@ -8,16 +8,17 @@ if(!$contentData) {
|
|
|
]
|
|
|
]
|
|
|
];
|
|
|
+}
|
|
|
|
|
|
- if(!isset($contentData['items'])){
|
|
|
- $contentData['items'] = [
|
|
|
- [
|
|
|
- "title" => "",
|
|
|
- "detail" => "",
|
|
|
- ]
|
|
|
- ];
|
|
|
- }
|
|
|
+if(!isset($contentData['items'])){
|
|
|
+ $contentData['items'] = [
|
|
|
+ [
|
|
|
+ "title" => "",
|
|
|
+ "detail" => "",
|
|
|
+ ]
|
|
|
+ ];
|
|
|
}
|
|
|
+
|
|
|
$formID = rand(0, 100000);
|
|
|
?>
|
|
|
<div id="allergySection">
|