• Resolved John

    (@dsl225)


    Hello,

    At a site I have 2 different forms (Form A and Form B, performing different tasks) and I just realize that the consecutive ID number increments are shared for both forms. If a user submits Form A and gets ID 324 then the next Form B will get ID 325 and after that the next submission for Form A will be 326.

    Is this a normal behavior or my settings are somehow wrong?
    If it’s normal, is there a way to generate distinct IDs for each form?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @dsl225

    I hope you are doing well.

    This is the expected behaviour, on WordPress everything work on ID, so the Form submissions will be stored on the database using the auto-increment.

    I’m afraid there is no way to modify it, but I can see this feature was already requested to our developers, and I’m adding this ticket to make the request stronger.

    Best Regards
    Patrick Freitas

    Thread Starter John

    (@dsl225)

    Many thanks Patrick @wpmudevsupport12,

    That’s good to know!
    In my present case it is not important but wanted to be sure as it might be for other instances.

    Cheers.

    Thread Starter John

    (@dsl225)

    Hi guys, just checking: has this already been corrected in a recent update?
    Thanks!

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @dsl225

    This is still not changed with recent updates so unique IDs are still not possible for now.

    Thank you,
    Dimitris

    Thread Starter John

    (@dsl225)

    Well noted, with thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘ID increments are shared by different forms at same site?’ is closed to new replies.