|
|
@@ -35,16 +35,16 @@ include __DIR__ . '/../../../layouts/navbar.php';
|
|
|
<p class="text-muted">Complete the soil test form and submit.</p>
|
|
|
|
|
|
<!-- Client Details Form Component -->
|
|
|
- <?php include __DIR__ . '/../../components/clientDetailsForm.php'; ?>
|
|
|
+ <?php include __DIR__ . '/../../../components/clientDetailsForm.php'; ?>
|
|
|
|
|
|
<!-- New Client Modal Component -->
|
|
|
- <?php include __DIR__ . '/../../components/newClientModal.php'; ?>
|
|
|
+ <?php include __DIR__ . '/../../../components/newClientModal.php'; ?>
|
|
|
|
|
|
<form method="post" action="/controllers/soilTestSubmit.php" id="SoilcsvForm" class="needs-validation" novalidate>
|
|
|
<input type="hidden" name="csrf_token" value="<?php echo generateCsrfToken(); ?>">
|
|
|
|
|
|
<?php // Soil Analysis Form Component ?>
|
|
|
- <?php include __DIR__ . '/../../components/soilAnalysisForm.php'; ?>
|
|
|
+ <?php include __DIR__ . '/../../../components/soilAnalysisForm.php'; ?>
|
|
|
|
|
|
<button form="SoilcsvForm" type="submit" name="SoilcsvForm" class="btn btn-success">Submit</button>
|
|
|
</form>
|
|
|
@@ -67,7 +67,7 @@ include __DIR__ . '/../../../layouts/navbar.php';
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <?php // include __DIR__ . '/../../controllers/soilTestSubmit.php'; ?>
|
|
|
+ <?php // include __DIR__ . '/../../../controllers/soilTestSubmit.php'; ?>
|
|
|
|
|
|
<!-- old modX placeholders: [[!clientDetailsFORM]], [[!soilformSubmit]], [[!newClientDetails]] -->
|
|
|
|
|
|
@@ -89,4 +89,4 @@ include __DIR__ . '/../../../layouts/navbar.php';
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
-<?php include __DIR__ . '/../../layouts/footer.php'; ?>
|
|
|
+<?php include __DIR__ . '/../../../layouts/footer.php'; ?>
|