Home Forums Newsletter Plugin Support Insert into facebook fan page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10414
    Tim
    Participant

    Hello,

    I love your plugin so far. I just have one question is it possible to add the subscribe email box into my Facebook fan page. I have tried the html code for the form and I can see the form but when I enter my email and click subscribe nothing happens. Any suggestions would be great. Thank you again for a great plugin

    #10416
    Stefano
    Keymaster

    The form code should work, check if the “form” tag has an action attribute that point to your site. Probably is due to a javascript error, you can try to remove the javascript and the onsubmit attribute of the form.

    #10418
    Tim
    Participant

    Here is my code can you tell what I am missing that would be a huge help!!

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

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

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

    <tr>
    <td colspan=”2″ class=”newsletter-td-submit”>
    <input class=”newsletter-submit” type=”submit” value=”Subscribe”/>
    </td>
    </tr>

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

    #10422
    Stefano
    Keymaster

    Try to remove the onsubmit attribute.

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