Newsletter subscription don't work

Support Forums Azul – HTML Template Newsletter subscription don't work

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6260
    Desind
    Participant

    Hello, I can not make the subscription work to the newsletter. Neither with Mailchimp nor with sendmail.php. Can you look quickly please?

    In addition, the sound does not start automatically with vimeo.

    http://www.utopik-boards.com

    #6262
    CreaboxThemes
    Keymaster

    Hi,

    sorry for the delay to answer.

    First of all, I have checked your code and there is a javascript error. That is because you load the map script but you don’t use it. If you don’t want to use it, remove the code where the library is loaded. It’s the line 265:

    ...src="http://maps.google.com/maps/api/js?key=YOUR_API_KEY"...

    About the other problem with the subscription form, I’m going to find the problem. I will answer you asap.

    Regards

    #6264
    CreaboxThemes
    Keymaster

    Hi,

    I have checked you code and I have found the solution for the subscription form. It’s needed to add a class in the code.
    In the line 195, you have to replace the current code from this:

    <div id="mc_embed_signup">

    to this one:

    <div id="mc_embed_signup" class="subscribe-mailchimp">

    Regards

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.