Replies: 3
About once a year, we clear out old form submissions once they are not needed anymore and for data privacy reasons (to not keep data around for longer than we need to). One way to do that would be to delete the tables wp_frmt_form_entry, wp_frmt_form_entry_meta, wp_frmt_form_reports (that one doesn’t seem to hold any relevant data) and wp_frmt_form_views. The question is if Forminator will just dynamically recreate these tables, or if they should instead be truncated?