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
description: The visibility setting of the form. Public forms are visible to all logged-in users. Private forms require a direct link to access.
2574
+
allowEditResponse:
2575
+
type: boolean
2576
+
description: Whether the user can edit their responses to the form. This is true if the form is still open and the user has already started a response, allowing them to continue editing until the deadline.
2573
2577
description: The request body for creating/updating a form.
2574
2578
examples:
2575
2579
- title: Enter SDC Form
@@ -2582,6 +2586,7 @@ components:
2582
2586
text: If you want to join us, just fill in this form!
2583
2587
messageAfterSubmission: Thank you for your submission!
description: The visibility setting of the form. Public forms are visible to all logged-in users. Private forms require a direct link to access.
2628
+
allowEditResponse:
2629
+
type: boolean
2630
+
description: Whether the user can edit their responses to the form. This is true if the form is still open and the user has already started a response, allowing them to continue editing until the deadline.
2623
2631
description: The request body for creating/updating a form.
2624
2632
examples:
2625
2633
- title: Enter SDC Form
@@ -2632,6 +2640,7 @@ components:
2632
2640
text: If you want to join us, just fill in this form!
2633
2641
messageAfterSubmission: Thank you for your submission!
description: The visibility setting of the form. Public forms are visible to all logged-in users. Private forms require a direct link to access.
2721
+
allowEditResponse:
2722
+
type: boolean
2723
+
description: Whether the current user can edit their responses to the form. This is true if the form is still open and the user has already started a response, allowing them to continue editing until the deadline.
description: The completion status of the form for the current user
5369
+
allowEditResponse:
5370
+
type: boolean
5371
+
description: Whether the user can edit their responses to the form. This is true if the form is still open and the user has already started a response, allowing them to continue editing until the deadline.
0 commit comments