• Resolved gonzalogm

    (@gonzalogm)


    Hi, I’m new to making WordPress themes and I was trying several contact form plugins (like https://wordpress.org/plugins/si-contact-form/) but the email isn’t sending with my custom theme. If I try it on the default theme it works great.

    The form is located here: http://sonaraparana.com.ar/contacto/

    Now, I’ve seen that on the default theme, after I hit the Submit button, it redirects to

    http://sonaraparana.com.ar/contacto/#FSContact1 but with my custom theme I get redirected here: http://sonaraparana.com.ar/contacto/?full_name=name&email=dsdq%40dsa.com&subject=test&message=tewstmessage&fscf_submitted=0&fs_postonce_1=14448da2ca4f46f8939fddd563d4a321%2C1407566520&si_contact_action=send&form_id=1&mailto_id=1

    Do you have any idea of what could be the problem?

    Here’s the pastebin to page-contacto.php: http://pastebin.com/XbnkZiw6
    header.php: http://pastebin.com/iuYqRCps
    footer.php: http://pastebin.com/f62x63qg

    If you need something else please let me know. Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gonzalogm

    (@gonzalogm)

    Another thing I noticed, with other plugin, is that the AJAX validation didn’t seem to work with my theme, but it does with the default one. It submits the form to the same URL, with all the fields as GET parameters in the URL.

    The JS files are loading fine and nothing pops up in the JS console, though.

    Thread Starter gonzalogm

    (@gonzalogm)

    Just found the problem. I knew it must be something stupid: it was a form element that I forgot to remove, it was just the opening tag so it screwed everything up.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Email not sending with custom theme’ is closed to new replies.