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