• Resolved iaraanjospro

    (@iaraanjospro)


    Hi, I need some help here! This form was working on another website, we had to copy it to work on this new project, however, on the old website the entry was already at number 478, I would like to know if it is possible to standardize it so that the entry_id is the next number, in this case the 479 and so on.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support brandonco

    (@brandonco)

    Hey @iaraanjospro,

    Thanks for reaching out! As far as I know there’s no easy way to standardize your entry_id number in the standard version of weForms without digging into the plugin code. I’ll place an internal ticket with our developers on your behalf and get right back to you to let you know if this is possible.

    Thanks @iaraanjospro, you should get a response from us sometime tomorrow at the latest!

    Thread Starter iaraanjospro

    (@iaraanjospro)

    Ok, thanks!

    Thread Starter iaraanjospro

    (@iaraanjospro)

    Hello, have you managed to find any answers yet?

    Plugin Support brandonco

    (@brandonco)

    Hey @iaraanjospro,

    Sorry I think your ticket may have got lost in the clutter of last weekend. I did manage to speak with the devs on this and as I suspected it’s no easy way to do this.

    You would need to access your database and locate the wp_weforms_entries table. After finding the correct database table you’d need to create a row with the ID of 478 and all the other values can be null. That way all the entries will start after 478.

    We tested it on our end and can confirm it works but again you’d need to access your database.

    I hope this helps!

    Thread Starter iaraanjospro

    (@iaraanjospro)

    Olá,

    When executing the instruction, it returned an error “#1062 – Duplicate entry ‘478’ for key ‘PRIMARY”.

    Plugin Support brandonco

    (@brandonco)

    Hi @iaraanjospro if 478 is already being used as an entry value you should try starting at entry ‘479’.

    Plugin Support brandonco

    (@brandonco)

    Hello,

    We haven’t heard from you in a little over two weeks, so we’re assuming you’ve got everything resolved. We’re closing the ticket but please don’t hesitate to reach back out if you still have questions for us.

    Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Start entry_id from a given number’ is closed to new replies.