• Resolved lizy1978

    (@lizy1978)


    Hi. I have been learning how to use this plugin and I think I finally have it. However I have one issue that is really just an OCD thing. Because I have created and deleted several forms, when I go to create a new one it calls itself Form #7 automatically. This is fine because I can change the title. However I would really also like to change the slug. I have deleted all the old forms, emptied the trash and installed a cache plugin and emptied the cache. If I can’t rename it I would at least like to to start back on form #1.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Booking Activities Team

    (@bookingactivities)

    Hello,

    The form IDs are generated by your database itself, and they are used to bind data. They cannot be changed easily, and I would not recommend to change them unless you really need it.

    You can reset it from you webhost admin panel, in phpmyadmin,
    – click on your database,
    – empty the wp_bookacti_forms and wp_bookacti_form_fields tables
    – select the wp_bookacti_meta table and filter the rows with this query: SELECT * FROM wp_bookacti_meta WHERE object_type IN ('form','form_field')
    – delete the rows given by this query
    – select the wp_bookacti_forms
    – go to “Operations” tab
    – set the “Auto-increment” value to “1” and validate
    – set the “Auto-increment” value to “1” for the wp_bookacti_form_fields table too

    Regards,
    Yoan Cutillas

Viewing 1 replies (of 1 total)

The topic ‘Edit Form slug’ is closed to new replies.