• Is there a relatively easy way for me to change the order in which columns are displayed in my Dashboard for contact form data that has been captured?

    I need fname lname next to each other (we just recently split a single “name” text field into fname, lname) but instead I’m getting the following on all new form submissions:

    fname | name (preserving the old data) | email | lname

    Don’t know why lname was stuck in the db after email–it’s inserted before email on our actual registration form.

    Thanks for any tips or help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    Unfortunately no but I’ll put that on the to-do list.

    Thread Starter EfremJ

    (@efremj)

    Thanks, Michael. That would be a really great feature. I was looking in my WP database to see if I could simply change the field name but then couldn’t figure out where to do that without messing up CF7’s settings (sort of like a what came first–the chicken or the egg scenario if I change one before the other…).

    Plugin Author Michael Simpson

    (@msimpson)

    A work-around that occurred to me:

    If you go to the admin page and export as HTML, then edit the browser address bar to add to the end of the URL “&show=fname,lname,email” then it will give you an HTML table with those columns in that order.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contact Form to Datbase Extension: Re-arranging Column Display Order’ is closed to new replies.