mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
iAllow display of a save form
This commit is contained in:
@@ -244,9 +244,9 @@ else
|
||||
if ($thissurvey['active'] == "Y" && isset($_POST['saveall']))
|
||||
{
|
||||
// must do this here to process the POSTed values
|
||||
//$moveResult = LimeExpressionManager::JumpTo($_SESSION['step'],false); // by jumping to current step, saves data so far
|
||||
$moveResult = LimeExpressionManager::JumpTo($_SESSION['step'],false); // by jumping to current step, saves data so far
|
||||
|
||||
//showsaveform(); // generates a form and exits, awaiting input
|
||||
showsaveform(); // generates a form and exits, awaiting input
|
||||
if(!tableExists('tokens_'.$surveyid) || $thissurvey['anonymized']=='Y' || (tableExists('tokens_'.$surveyid) && $thissurvey['tokenanswerspersistence'] == 'N' ))
|
||||
{
|
||||
$moveResult = LimeExpressionManager::JumpTo($_SESSION['step'],false,true,false,false,true); // by jumping to current step, saves data so far
|
||||
|
||||
Reference in New Issue
Block a user