diff --git a/apps/web/pages/booking/[uid].tsx b/apps/web/pages/booking/[uid].tsx index bcea85e953..870936f794 100644 --- a/apps/web/pages/booking/[uid].tsx +++ b/apps/web/pages/booking/[uid].tsx @@ -525,7 +525,7 @@ export default function Success(props: SuccessProps) { <> {eventTypeCustomFound?.type === "RADIO" && ( <> -
+
{eventTypeCustomFound.label}
@@ -549,7 +549,9 @@ export default function Success(props: SuccessProps) { )} {eventTypeCustomFound?.type !== "RADIO" && customInput !== "" && ( <> -
{key}
+
+ {key} +
{typeof customInput === "boolean" ? (

{customInput ? "true" : "false"}