I would really really really want a solution for this. I have a form that has over 400 hundred entries now and all the users get an email with their unique entry id. So a selectbox for entry id in the export menu would be WON-DER-FUL.
I would really really really want a solution for this. I have a form that has over 400 hundred entries now and all the users get an email with their unique entry id. So a selectbox for entry id in the export menu would be WON-DER-FUL.
Hey Jan, we will get this added to the next release.
On this topic, is there a way to have the option in the backend to delete the entry id along with the entry when it is deleted from the admin panel? In my case, I made a few test submissions, deleted them, but the entry id's were "place-held" so now the first entry id is #3.. I'm thinking down the road, should I need to delete any entries, the lines of output could have gaps.. Not a big issue, just wondering.
Thanks!
@Chineseand The entry id is an incrementing field in the database, so there is no way to do this. It's the ID for the database table rows. So it increments no matter what, there is no way around this currently.