• Resolved dareko

    (@dareko)


    Hi, during modification of the webpage I deleted a number of cff forms. I left only 3 forms, number 1, 2 and 3. Now, if I add a new form its ID is bigger than IDs of all deleted forms.
    Does it means that deleted forms are still kept? Is there any way to delete them completely? What is the maximum form ID? Could I assign a specific ID to choosen form?
    Kind Regards
    Darek

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @dareko

    The forms ids are stored in an autoincrement column in the database. If you deleted the forms they are not in the database anymore. However, MySQL manages the values of the autoincrement columns to avoid conflicts. So, the ids used previously are not re-assigned (even if they are available).

    Best regards.

    Thread Starter dareko

    (@dareko)

    Thank you for the quick answer, now it is clear.
    Best Regards
    Darek

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form ID / deleted forms’ is closed to new replies.