Home Forums Newsletter Plugin Support Privacy check box does not show up

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8367
    onur
    Member

    Hi Stefano,
    I have filled all the optioons of privacy check box,but it does not show up.
    The plugin does not generate the required codes so, it missing on subscription form.Should i do it manually? if so please help me with the codes.The codes that plugin generates is below:

    <script type=”text/javascript”>
    //<![CDATA[
    if (typeof newsletter_check !== “function”) {
    window.newsletter_check = function (f) {
    var re = /^([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-]{1,})+\.)+([a-zA-Z0-9]{2,})+$/;
    if (!re.test(f.elements[“ne”].value)) {
    alert(“Email adresiniz yanlış gibi.Lütfen kontrol edin.”);
    return false;
    }
    if (f.elements[“ns”] && (f.elements[“ns”].value == “” || f.elements[“ns”].value == f.elements[“ns”].defaultValue)) {
    alert(“Bu alanın doldurulması gereklidir.”);
    return false;
    }
    if (f.elements[“ny”] && !f.elements[“ny”].checked) {
    alert(“yyyyyy”);
    return false;
    }
    return true;
    }
    }
    //]]>
    </script>

    <div class=”newsletter newsletter-subscription”>
    <form method=”post” action=”http://www.giresunbul.com/wp-content/plugins/newsletter/do/subscribe.php&#8221; onsubmit=”return newsletter_check(this)”>

    <table cellspacing=”0″ cellpadding=”3″ border=”0″>

    <!– first name –>
    <tr>
    <th>İsim</th>
    <td><input class=”newsletter-firstname” type=”text” name=”nn” size=”30″></td>
    </tr>

    <!– last name –>
    <tr>
    <th>Soy İsim</th>
    <td><input class=”newsletter-lastname” type=”text” name=”ns” size=”30″required></td>
    </tr>

    <!– email –>
    <tr>
    <th>E-Posta Adresiniz</th>
    <td align=”left”><input class=”newsletter-email” type=”email” name=”ne” size=”30″ required></td>
    </tr>

    <tr>
    <th>Cep Telefonu</th>
    <td>
    <input class=”newsletter-profile newsletter-profile-1″ type=”text” size=”30″ name=”np1″/>
    </td>
    </tr>

    <tr>
    <td colspan=”2″ class=”newsletter-td-submit”>
    <input class=”newsletter-submit” type=”submit” value=”Katılmak İstiyorum”/>
    </td>
    </tr>

    </table>
    </form>
    </div>

    #8375
    Stefano
    Keymaster

    There is a bug on version 3.2.9. I’ll fox it ASAP.

    Stefano.

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