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?
You'll can go into the db and issue a SQL command similar to this: ALTER TABLE wp_frm_items AUTO_INCREMENT = 1;
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/
Please login or Register to submit your answer