+ To upload files, please drag and drop files onto the table on this page.
+
+
+
+
+
+
+
+
+
diff --git a/lib/components/form/new.vue b/lib/components/form/new.vue
index 91849605a..e7eb9cdaf 100644
--- a/lib/components/form/new.vue
+++ b/lib/components/form/new.vue
@@ -21,8 +21,8 @@ except according to the terms contained in the LICENSE file.
design your form.
-
-
+
+
Drop a file here, or
-
{{ filename }}
+
+ {{ filename }}
+
-
-
diff --git a/lib/components/form/settings.vue b/lib/components/form/settings.vue
index 93dd0ffeb..51e4ba05b 100644
--- a/lib/components/form/settings.vue
+++ b/lib/components/form/settings.vue
@@ -45,6 +45,8 @@ export default {
name: 'FormSettings',
components: { FormEdit, FormDelete },
mixins: [modal('deleteForm')],
+ // Setting this in order to ignore the `attachments` attribute.
+ inheritAttrs: false,
props: {
form: {
type: Object,
diff --git a/lib/components/form/show.vue b/lib/components/form/show.vue
index d644761b0..1c863e905 100644
--- a/lib/components/form/show.vue
+++ b/lib/components/form/show.vue
@@ -20,6 +20,15 @@ except according to the terms contained in the LICENSE file.