Corrected test situation
This commit is contained in:
@@ -20,11 +20,11 @@ $apiToken = $config['api_token'];
|
||||
$dataCenter = $config['data_centre'];
|
||||
|
||||
// Get the survey ID from POST
|
||||
$surveyId = $_POST['survey_id'] ?? null;
|
||||
$surveyId = $_POST['surveyId'] ?? null;
|
||||
if (!$surveyId) {
|
||||
//$surveyId="SV_cAstEvm4ZrPaqGi";
|
||||
$surveyId="SV_cwKjMqAqGxImjMG";
|
||||
#die("No survey ID provided.");
|
||||
//$surveyId="SV_cwKjMqAqGxImjMG";
|
||||
die("No survey ID provided.");
|
||||
}
|
||||
|
||||
// Build URL
|
||||
|
||||
Reference in New Issue
Block a user