Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    Are you referring to the subscription form field you can find (now) on listing building menu?

    Thread Starter lauratraveler

    (@lauratraveler)

    No, I’m referring to the widget code that you could tweak and place wherever you wanted.

    The one that looked like this:

    //<![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("The email is not correct");
            return false;
        }
        for (var i=1; i<20; i++) {
        if (f.elements["np" + i] && f.elements["np" + i].required && f.elements["np" + i].value == "") {
            alert("");
            return false;
        }
        }
        if (f.elements["ny"] && !f.elements["ny"].checked) {
            alert("You must accept the privacy statement");
            return false;
        }
        return true;
    }
    }
    //]]>
    </script>
    </p>
    
    <div class="newsletter newsletter-subscription"><form method="post" action="http://www.blabla.com/?na=s" onsubmit="return newsletter_check(this)">
    <table style="border: 0;">
    <tbody>

    and so on.

    I want to be capable of changing the table to my liking as before, if I want all the fields to be on one line, to be able to do so.

    Thanks!

    Thread Starter lauratraveler

    (@lauratraveler)

    No, I’m referring to the widget code that you could tweak and place wherever you wanted.

    The one that looked like this:

    //<![CDATA[
    if (typeof newsletter_check !== "function") {
    window.newsletter_check = function (f) {
    
    etc
    <div class="newsletter newsletter-subscription"><form method="post" action="http://www.blabla.com/?na=s" onsubmit="return newsletter_check(this)">
    <table style="border: 0;">
    <tbody>

    and so on.

    I want to be capable of changing the table to my liking as before, if I want all the fields to be on one line, to be able to do so.

    Thanks!

    Thread Starter lauratraveler

    (@lauratraveler)

    No, I’m referring to the widget code that you could tweak and place wherever you wanted.

    I’m sorry I can’t paste the old code here, but it gets modded every time.

    It’s the one with the table.

    Thanks!

    Thread Starter lauratraveler

    (@lauratraveler)

    Let’s try again. This is part of it.

    <div class="newsletter newsletter-subscription"><form method="post" action="http://www.blabla.com/?na=s" onsubmit="return newsletter_check(this)">

    Plugin Author Stefano Lissa

    (@satollo)

    It’s on subscription form field panel, as in the previous version, list building main menu voice.

    Thread Starter lauratraveler

    (@lauratraveler)

    Can you please be more specific? I can’t see the code anywhere. All I have when I access the List building >> Subscription is this:
    In the Subscription tab I have the following:
    – a ‘Subscription page’ field where it’s written ‘{subscription_form}’
    – a ‘Forced preferences’ field
    – a ‘Disable antibot/antispam?’ field
    – and the ‘Error page content’ field

    Thread Starter lauratraveler

    (@lauratraveler)

    This has not been resolved at all. I don’t understand why this was marked as ‘resolved’.

    Since version 4 was released this plugin turned useless and I stopped receiving newsletter subscriptions.

    I don’t get this. I cannot choose which fields to use for the newsletter subscription (maybe I would like to collect only emails, or emails and names, but I cannot choose this anywhere), there is no code to place in a popup window or on homepage, so I used [newsletter] but I can’t edit this form anywhere.

    Can you please help me with this? Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Code missing’ is closed to new replies.