Jake Vanderwerf
2026-01-01 5b5f37de365ff84fc231e414a719d1b2ff4ceff6
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':