From e5c838e4101ed70ed799de6e4364bfda4d52f99c Mon Sep 17 00:00:00 2001 From: Jochen Stiepel Date: 2026年3月16日 14:33:43 +0100 Subject: [PATCH 1/4] Export of form and the submitted data as one json file --- src/views/Results.vue | 73 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 72 insertions(+), 1 deletion(-) diff --git a/src/views/Results.vue b/src/views/Results.vue index 40dc0d714..fb69a2686 100644 --- a/src/views/Results.vue +++ b/src/views/Results.vue @@ -101,7 +101,6 @@ {{ t('forms', 'Save copy to Files') }} @@ -131,6 +130,16 @@ + + {{ t('forms', 'Export (JSON)') }} + + +