• I updated to the latest version and the username (field “Submitted Login”) is no longer being entered into the database. All other data is being recorded by not username. How can I fix this?
    Thanks.

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

    (@msimpson)

    Submitted Login is only captured if the user is logged in when submitting the form.

    Same problem for me….$user_login id not captured when the user is logged in.

    Thread Starter craigemmerich

    (@craigemmerich)

    Yes, user is logged in. The page the form is on is protected so only users can access it. It just stopped entering the field in last couple weeks.

    The issue appears to be with the CF7 4.8 update. I am noticing a problem with not only CFDB but $wpdb->insert() portions of my functions. Very frustrating. The work around for now for me is to roll back to CF7 4.7.

    Thread Starter craigemmerich

    (@craigemmerich)

    Where can I get version 4.7?

    Thread Starter craigemmerich

    (@craigemmerich)

    Found it. Yes, that did work rolling back to 4.7.

    Now I have updated a few of my CF7 plugins and all is well with 4.8. I used other methods for getting user_ID and my functions worked again. It was mostly a conflict with other plugins that had not updated. All that is left now is CFDB. So what I am seeing is with CF7 4.7 the submitted login field shows up where with CF7 4.8 it does not.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘User not being entered in database anymore’ is closed to new replies.