• Contact Form 7 – Success Page Redirects Not Working

    Not saving form submissions from these Plugins
    -Flamingo
    -Contact Form DB

    This plugins are working properly
    -Easy WP SMTP
    -WP-Mail-SMTP

    I was able to send Emails from a SSH session

    Forgot Password and other Plugins are working… I’m getting emails from my website.

    Ports Firewall are Open

    Are added <?php wp_head(); ?> <?php wp_footer(); ?>

    This is how my form looks like….

    http://www.favoritosrd.com/sugerir/

    <h2>Envíanos un correo...</h2>
    
    <div class="form-group">
        <label for="your-name">Tu Nombre: </label>
        [text* your-name step:1 class:form-control id:your-name placeholder "Tu nombre aquí"]
    
        <div class="line line-dashed line-large"></div>
    
        <label for="your-email">Tu E-mail: </label>
        [email* your-email step:2 class:form-control id:your-email placeholder "Tu correo aquí"]
    
        <div class="line line-dashed line-large"></div>
    
        <label for="tipo-contenido">Contenido:</label>
        [select* tipo-contenido step:3 class:form-control id:tipo-contenido "Noticia" "Vídeo" "Imagen" "Enlace"]
    
        <div class="line line-dashed line-large"></div>
    
        <label for="titulo">Título:</label>
        [text* titulo step:4 class:form-control id:titulo]
    
        <div class="line line-dashed line-large"></div>
    
        <label for="enlace">Enlace Website ó Fuente Original:</label>
        [url* enlace step:5 id:enlace class:form-control placeholder "https://www.youtube.com/watch?v=EQtV6wz1G4E"]
    
        <div class="line line-dashed line-large"></div>
    
        <label for="descripcion">Descripción:</label>
        [textarea descripcion step:6 class:form-control id:descripcion]
    
        <div class="line line-dashed line-large"></div>
    
        <label for="anexo">Anexar Archivo:</label>
        [file anexo step:7 limit:5mb filetypes:gif|png|jpg|jpeg|pdf|txt|rar|zip id:anexo class:form-control]
    
        <div class="line line-dashed line-large"></div>
    
        [submit id:form-submit step:8 class:btn class:btn-white class:btn-block class:form-submit "Enviar"]
    </div>

    Any idea what it could be happening?

    Thanks

    https://wordpress.org/plugins/contact-form-7/

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

The topic ‘Not Validating or Sending Email’ is closed to new replies.