diff --git a/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/CloudflareConnectionForm.tsx b/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/CloudflareConnectionForm.tsx
index 4d277ab04..df23f520e 100644
--- a/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/CloudflareConnectionForm.tsx
+++ b/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/CloudflareConnectionForm.tsx
@@ -103,7 +103,11 @@ export const CloudflareConnectionForm = ({ appConnection, onSubmit }: Props) =>
isError={Boolean(error?.message)}
label="Account ID"
>
- onChange(e.target.value)} />
+ onChange(e.target.value)}
+ placeholder="802fcff12d4340f8e22feb5dd1d6ecac"
+ />
)}
/>