How can I see the date and time of form submission?

How can I see the date and time of form submission?

The date and time of submission will not be displayed by default. 

 

To display the date and time:

  1. Click the form on your page.
  2. Click Form Data in the pop-up.
  3. Click Customize Form.
  4. Click the Graph icon on the top right corner.
  5. Click your form name.
  6. Click the Columns Property option from the menu on the left.
  7. Drag and drop the Added Time element from the menu on the right to the center of your screen.
  8. Click Back to form data in the top right corner and click the Close icon 


The date and time of form submission will be displayed.

    • Related Articles

    • How can I know the date and time of form submission?

      The date and time of submission will not be displayed by default.   To display date and time: Click the form on your page. Click Customize Form. Click the Graph dropdown  on the top right-hand side. Click your form name. Select Column Properties from ...
    • Form Restrictions

      Form Restrictions To restrict the accessibility of your form, navigate to  Settings >> Form Span.  Here, you can allow your form to be accessed only between certain period and dates, restrict number of submissions, etc.  Restrict by Date & Time To ...
    • How can I redirect a user to a Form's view after successful submission of Form data?

      How can I redirect a user to a Form's view after successful submission of Form data?
    • Date-field Autoresponder

      Understanding date-field autoresponder Date-field based autoresponders are a series of automated messages that are sent to contacts based on the date in the date field associated with them. Wishing customers happy birthdays and anniversaries are ...
    • How can I calculate the number of hours between two date and time fields?

      To calculate the number of hours between two date and time fields, add a formula field and specify the formula expression as ((To_Date - From_Date) / (1000 * 60 * 60))   form Sample { FromDate ( type = datetime ) ToDate ( type = datetime ) Hours ( ...