You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/packages/next/components/landing/live-demo.tsx
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,11 @@ export function liveDemoUrl(context) {
7
7
returngetSupportUrl({
8
8
subject: "Live Demo Request",
9
9
type: "question",
10
-
body: `I would like to request a live demo on CoCalc!\n\nWHEN IS A GOOD TIME (include timezone!):\n\n\nTELLS US AS MUCH AS YOU CAN ABOUT YOUR INTENDED USE OF COCALC:\n\n`,
10
+
body: `I would like to request a live demo on CoCalc!\n\nWHEN IS A GOOD TIME (include timezone!): [REQUIRED]\n\nTELLS US AS MUCH AS YOU CAN ABOUT YOUR INTENDED USE OF COCALC: [REQUIRED]\n\n`,
0 commit comments