Can I filter my entries by date?

Absolutely! When dealing with multiple entries, you can use the Sort and Filter options on the Entries page to bucket your entry views by date, name, or other criteria. For example, you can create an entry view that will only display entries from the last month.

To filter entries by date:

  1. Add a Calculation field to your form named ‘Date Submitted’. Set the type to Date and set the calculation to =Entry.DateSubmitted.

  2. Save your changes, then go to your form’s Entries page.

  3. Select the Filter option and select Advanced Filter.

  4. Use the Advanced Editor to add the following calculation: =(DateSubmitted > "30 days ago")
    Filter entries by the date submitted.

  5. Make sure to click the Save button to save the filtered view.

This view will only display entries submitted in the 30 days. Similarly, create an entry view for each filter you regularly use.

Learn more about managing entries.