• Resolved Anthony

    (@madburner)


    I was just testing to see if I could hide a label from displaying on the front end but I would still see it’s name in the backend (for organization purposes) and since there was no way to allow this to happen I tried to make it as html commented label and did the reverse and totally screwed the backend. I added <!– Canvas –> in the label field for a note and that’s when everything disappeared after saving it. Where can I correct this via the db table

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

    (@hoffcamp)

    I noticed in the other thread you solved the problem, but I’ll put this here just in case somebody else has the same issue.

    The fields are stored in the wp_fm_items table, organized by form ID and ‘unique_name’, and each field has a column in the form’s data table, which is numbered by form ID, as in, wp_fm_data_(#). The column name in the data table will be the same as ‘unique_name’ in the items table. If you remove both the entry and the data table column you should be fine.

    Thread Starter Anthony

    (@madburner)

    Yup, Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form fields data disappeared in the backend’ is closed to new replies.