Reset Counter

By: Fotini Kiriazopoulou | Asked: 06/23/2023
ForumsCategory: How-toReset Counter
Fotini Kiriazopoulou asked 1 year ago
Hello, I created a form and did some tests, so I would like to reset the entries ID to start from 1 now that the form will start being filled by users. is this possible?
2 Answers
Rob LeVineRob LeVine answered 1 year ago
You'll can go into the db and issue a SQL command similar to this: ALTER TABLE wp_frm_items AUTO_INCREMENT = 1;
Victor Font answered 1 year ago
It sounds like you're new to Formidable and how WordPress databases are structured. Here's an article that will help you understand why field keys are more important than field ids when writing code: https://formidable-masterminds.com/writing-transportable-code-keys-vs-ids/

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right