• Hello, since some weeks ago we noticed that anytime we dowload a csv, there are some additional columns that do not exist in our forms, including some as “Credit Card” “Ship address”. Fields that we have never used in any of our forms.

    Also main fields get duplicated with different name, the “Nombre” columna appears, which is our field in our form, but an additional “User name” column also appears in the csv downloaded.

    Any clue what is happening here?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Arshid

    (@arshidkv12)

    Please share the cf7 complete shortcode

    Thread Starter lpsct

    (@lpsct)

    Shortcode is this:
    [contact-form-7 id=”2cda553″ title=”2026-01-20_Lectura_HLee_insc”]

    In this form, we get Credit Card column when downloading entries

    Plugin Author Arshid

    (@arshidkv12)

    Sorry… not this shortcode.

    Example: [text your-name]

    Thread Starter lpsct

    (@lpsct)

    You mean this?

    Nombre*

    [text* user-nombre]

    Apellidos*

    [text* user-apellidos]

    Teléfono*

    [text* user-telefono]

    Correo electrónico*

    [email* user-email]

    [checkbox Newsletter id:Newsletter use_label_element "Quiero recibir información"]

    [acceptance privacidad] He leído y acepto la privacidad

    [honeypot inscripciones-4][honeypot honeypot-782][honeypot honeypot-702][honeypot honeypot-902][honeypot honeypot-855][honeypot honeypot-758]  

    [submit "Enviar"]
    Thread Starter lpsct

    (@lpsct)

    <div class = "en-ruta-form form mb40">

    <div class = "row">
    <div class = "col-12">
    <p>Nombre*</p>
    [text* user-nombre]
    </div>
    </div>

    <div class = "row">
    <div class = "col-12">
    <p>Apellidos*</p>
    [text* user-apellidos]
    </div>
    </div>


    <div class = "row">
    <div class = "col-12">
    <p>Teléfono*</p>
    [text* user-telefono]
    </div>
    </div>


    <div class = "row">
    <div class = "col-12">
    <p>Correo electrónico*</p>
    [email* user-email]
    </div>
    </div>



    [checkbox Newsletter id:Newsletter use_label_element "Quiero recibir información"]
    [acceptance privacidad] He leído y acepto la privacidad

    <div class = "mt30 text-consents-form" style="line-height:120%;">Los datos personales solicitados a través de este formulario son los mínimos necesarios para tender su solicitud.
    Los datos recabados por este formulario no se cederán a terceros salvo por obligación legal.
    Le recordamos que usted tiene derecho al acceso, rectificación, limitación de tratamiento, supresión, portabilidad y oposición al tratamiento de sus datos.</div>
    &nbsp

    [honeypot inscripciones-4][honeypot honeypot-782][honeypot honeypot-702][honeypot honeypot-902][honeypot honeypot-855][honeypot honeypot-758]

    &nbsp
    <div class="wp-block-button aeacap-bt5a3 has-text-align-center mb20">[submit "Enviar"]</div>

    </div>
    Thread Starter lpsct

    (@lpsct)

    Hello, I’m still awaiting for your answer

Viewing 6 replies - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.