diff --git a/src/components/input/PhSubmit.vue b/src/components/input/PhSubmit.vue
index ca3a8406fb4607ee18739eb7500280c1d82c99b7..833029fe3195da2b71716dec825e5533adb4615f 100644
--- a/src/components/input/PhSubmit.vue
+++ b/src/components/input/PhSubmit.vue
@@ -2,15 +2,15 @@
   <!--<v-container grid-list-lg fluid class="pa-0 ma-0" v-if="form && form.sections">-->
   <v-container>
     <v-tabs v-model="activetab">
-      <v-tab ripple>
+      <v-tab ripple grow>
         Metadata editor
         <template v-if="targetpid">
           &nbsp;-&nbsp;
           <span class="text-lowercase">{{ targetpid }}</span>
         </template>
       </v-tab>
-   <!--   <v-tab ripple @click="updatePrettyPrint()">Metadata preview</v-tab>
-      <v-tab v-if="templating" ripple @click="loadTemplates()">Templates</v-tab>-->
+    <v-tab ripple @click="updatePrettyPrint()">Metadata preview</v-tab>
+      <v-tab v-if="templating" ripple @click="loadTemplates()">Templates</v-tab>
     </v-tabs>
 
     <v-tabs-items v-model="activetab">
@@ -25,6 +25,10 @@
           :targetpid="targetpid"
           v-on:submit="checkWarnings()"
         ></ph-input-form>
+       
+          <v-footer>
+        Fields indicated with (*) are required field for submission.
+        </v-footer>
       </v-tab-item>
       <!--second tab-->
       <v-tab-item class="ma-4">