Jake Vanderwerf
2026-01-04 9e5a71efb5b05bfcda1f2401dc7a299c172b495a
inc/rest/routes/FormRoutes.php
@@ -376,7 +376,7 @@
      }
      $type = $field_config['type'] ?? 'text';
      $type = $field_config['subType']?:$type;
      $type = $field_config['subType'] ?? $type;
      switch ($type) {
         case 'phone':