• The plugin works correctly until you modify the form and add the file upload field , that’s when the form stops working completely , even if you leave all fields blank and give a “send” … not notify me errors ” you left empty fields ” , he remains frozen, without doing anything.

    If I remove the file upload field , the form works correctly …

    What could be the problem?

    The code form is this:

    <p>Número de pedido.<br />
        [number* numerodepedido min:0 max:999999] </p>
    
    <p>Tipo de devolución.<br />
        [select* menu-567 "Reembolso del dinero" "Cambio por otro artículo"] </p>
    
    <p>Motivo de la devolución.<br />
        [select* menu-508 "Cambio de talla" "Cambio por otro artículo" "Artículo defectuoso" "Artículo equivocado"] </p>
    
    <p>Describe el motivo de la devolución.<br />
        [textarea* your-message]
    
    <p>Fecha de recogida.<br />
        [date* date-44] 
    
    <p>Tramo horario de recogida.<br />
        [select* menu-634 multiple "10:00 a 12:00 pm" "12:00 a 14:00 pm" "14:00 a 16:00 pm" "16:00 a 18:00 pm"]
    
    <p>Fotografías reales del artículo.<br />
        [file* file-540 filetypes:jpg|jpeg|png limit:3mb]
    
    <p>[submit "Enviar"]</p>

    Thanks in advance, greetings.

  • The topic ‘[Plugin: Contact Form 7] Problem’ is closed to new replies.