Jake Vanderwerf
2026-01-04 afdc1b396e3e88146006cd707a15b9da4843e1c2
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':