ouun / zammad-wp

Zammad WordPress integration
GNU General Public License v2.0
27 stars 5 forks source link

@zappulec, @pawelmendela glad it works now as expected. #44

Open cortegon opened 4 weeks ago

cortegon commented 4 weeks ago

Hi, i need to know, how is attchment it works. I have this part of my code, and dont attachment the file, all plugin works, but whne i send a ticket with attachment, only create a user on zammad, but no make a new ticket. When i make a ticket without attachment, i works fine. Any idea plz.

         <label for="descripcion de la solicitud">Descripción de la solicitud:</label><br>
            <textarea id="MESSAGE" name="MESSAGE" rows="4" required></textarea>
        </div>
        <div class="form-group">
            <label for="adjuntar_archivo">Adjuntar archivo:</label>
            <input type="file" id="uppload" name="upload">
        </div>
        <input type="submit" value="Enviar">

    <div id="enviadoMensaje">
        ¡El formulario fue enviado con éxito!
    </div>               

@zappulec, @pawelmendela glad it works now as expected.

Originally posted by @ouun in https://github.com/ouun/zammad-wp/issues/35#issuecomment-1400743200