Home Forums Newsletter Plugin Support keep getting wrong mail when subscribing in my widget area?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18503
    birken
    Participant

    i have added thsi coed to my widget area

    <p>[newsletter_field name="email" label="Your email"]</p>
    <p>[newsletter_form button_label="Send"]</p>
    [/newsletter_form]

    and change this in deafault.css

    .newsletter-field {
        text-align: right;
    }
    .newsletter-field-email, input { width: 100% !important;
    }
    .newsletter-field label {
        text-align: left;
    }

    is any reason that i should get wrong mail when clicking subscribe button?
    on mysite.com/newsletter/ it works fine.

    warm regards Birken

    #18506
    Stefano
    Keymaster

    In the code you copied it seems the [newsletter_form] shortcode is missing, bu the problem can be different. Being able to see the non working widget will help.

    #18507
    birken
    Participant

    sorry for bothering you with this. you are absolutely right.

    thx for your time 🙂

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