diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index 29a3000be..a6ce30c2e 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -30,31 +30,77 @@ -
-
- - - - -
- +
+ {{ datePickerStart }}, {{ formData.eventStart }} - - + + +
+ + +
+
+ + + +
- - + + + + + +
+ + + +
+ + {{ formData.eventLocation.length }}/{{ formSchema.eventLocation.max }} + + +
+
+ + +
+ {{ errors }} + + {{ formData.eventVenue.length }}/{{ formSchema.eventVenue.max }} + + +
- - - - - - - Online +
+ + Online Event +
+ - diff --git a/webapp/pages/post/create.vue b/webapp/pages/post/create.vue index ae3be907a..e546b70f5 100644 --- a/webapp/pages/post/create.vue +++ b/webapp/pages/post/create.vue @@ -1,23 +1,42 @@