That only applied to form fields. It won’t work to stop collecting the Submitted Login value. You can’t turn this off. But in short codes and exports you can and hide=”Submitted Login”
MMmm and there is a way to display this value in my form??? like:
[text valueSubmittedlogin]
So that way I can send it , currently Im using the plugin
Contact Form 7 – Dynamic Text Extension and I’m sending the value but when I see the table, I have two values, and I dont want that.
[dynamichidden dynamichidden-333 “CF7_get_current_user ” ]
No, it is added by the CFDB plugin as additional information captured about the form submission. But It’s not a field of the form. If a person is logged in when submitting a form, this field will be captured. If a person is not logged in, it will not be captured.
So is impossible to eliminate or hide this field? :/
Out of curiosity, why is capturing that information a problem?
Well, what my client wants is to receive the form in his email account and one of the values is the user’s name who sent the email, also he wants to see these values in a table, but in the table I have two equal values , thats why I want to remove one of the table. :c
OK. I looks like an easy enough change to the code. I’ll update it to work when you list of fields not to save (your initial post). I’ll push that update in the next couple days.