Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter asiacrocodile

    (@asiacrocodile)

    Does anyone has a solution for this? Is there any variable where I can change the value directly? Please….

    Im facing the same problem, would like to know if anyway we can modify the submission ID sequence, did you get any solution yet ?

    Plugin Contributor Zach Skaggs

    (@wpnzach)

    The submission ID is stored as part of the form data. You will need to modify this value in the WordPress database. Every new submission increments this value by “1.”

    In the wp_nf_objectmeta table, find the “last sub” meta attached to the object ID matching the form number and update the value to your new starting value.

    Here is a screenshot to help: https://goo.gl/KwN80u

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Submission ID [nf_sub_seq_num]’ is closed to new replies.