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:
- Click the form on your page.
- Click Form Data in the pop-up.
- Click Customize Form.
- Click the Graph icon on the top right corner.
- Click your form name.
- Click the Columns Property option from the menu on the left.
- Drag and drop the Added Time element from the menu on the right to the center of your screen.
- 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 ( ...