i want to change the entry id of each submission. I’m using GF with Gravity view. Right now when a user submits a form the entry id is a number starting from one and going upwards.
My goal is to add a prefix to the entry id like …/entry/MF-28 and in best case scenario its not starting from zero but from 1000 or something so it would look like /entry/MF-1028.
How can I archive this? The unique id plugin doesn’t seem to help to get this working.
Hi Jawequo. The entry ID must be numeric in order for it to work with Gravity Forms. You can create another unique identifier in the entry using a format such as the one you suggested, but that would not be the entry ID.
Or, you may be able to do that with rewrite rules (in .htaccess or with your host) in order to redirect example.com/view-id/entry/28 to example.com/view-id/entry/MF-28.