diff --git a/index.php b/index.php index d142973..0e9a752 100644 --- a/index.php +++ b/index.php @@ -158,7 +158,7 @@ CARD; foreach($anUse as $argValue) { $idArg = 'arg-' . $bridgeReference . '-' . $anUseNum . '-' . $argValue['query-name']; - if($argValue['type'] == "text") { + if($argValue['type'] == null || $argValue['type'] == "text") { //If we have no type, treat it as a text field for compatibility $card .= '' . PHP_EOL; } else if($argValue['type'] == "list") { $card .= '