|
@@ -14,6 +14,21 @@ if(!$contentData) {
|
|
]
|
|
]
|
|
];
|
|
];
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+if(!isset($contentData['items'])){
|
|
|
|
+ $contentData['items'] = [
|
|
|
|
+ [
|
|
|
|
+ "name" => "",
|
|
|
|
+ "specialty" => "",
|
|
|
|
+ "organization" => "",
|
|
|
|
+ "phone" => "",
|
|
|
|
+ "fax" => "",
|
|
|
|
+ "date" => "",
|
|
|
|
+ "memo" => "",
|
|
|
|
+ ]
|
|
|
|
+ ];
|
|
|
|
+}
|
|
|
|
+
|
|
$formID = rand(0, 100000);
|
|
$formID = rand(0, 100000);
|
|
?>
|
|
?>
|
|
<div id="careTeamSection">
|
|
<div id="careTeamSection">
|