Added a workflow in simplified web pages

This commit is contained in:
2025-05-31 20:35:26 +01:00
parent 83008da9bf
commit 9aeb6be1a9
3 changed files with 40 additions and 7 deletions

View File

@@ -73,7 +73,7 @@ if ($stmt->fetch()) {
echo "This process only ever needs to be carried out once for each survey.<br>".PHP_EOL;
echo "Skipping data export.<br>".PHP_EOL;
echo "<br><br>";
echo "You now need to <a href=''>go and export the answer data</a> before you can <a href='./reportTemplate.html'>get the survey reports</a>";
echo "You now need to <a href='./getSurveys.php'>go and export the answer data</a> before you can <a href='./reportTemplate.html'>get the survey reports</a>";
return;