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;
Please login or Register to submit your answer