Home Forums Newsletter Plugin Support Using the php function on text widget

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #17508
    domain
    Participant

    Hi Im a newbie in this but i have been trying to use my custom form on my page. In my understanding, adding <?php newsletter_form(1) ?> on the text widget will add my custom form on my page. However, this is not working. Is it even possible to use the plugin through a widget?

    #17518
    Stefano
    Keymaster

    Newsletter widgets support {subscription_form_X} tags. Normal text widgets by WordPress do not support PHP, but you can install my smart text widget which enable PHP on standard text widgets.

    #17610
    domain
    Participant

    Thank you Stefano:)

    #17611
    domain
    Participant

    Newsletter TEXT test email NOT sent: try to change the sender data, remove the return path and the reply to settings.
    Array
    (
    [type] => 8
    [message] => Undefined property: NewsletterControls::$errors
    [file] => C:\wamp\www\coffeeup\wp-content\plugins\newsletter\main\diagnostic.php
    [line] => 105
    )
    Newsletter HTML test email NOT sent: try to change the sender data, remove the return path and the reply to settings.
    Newsletter both TEXT and HTML test email NOT sent: try to change the sender data, remove the return path and the reply to settings.

    After configuring my form, I get this message. I reset my sender address and emptied other fields. I disabled my stmp setting also but no luck.

    #17613
    Stefano
    Keymaster

    But the other test button (send with WordPress), works?

    #17615
    domain
    Participant

    Yes it does:)

    #17616
    Stefano
    Keymaster

    So, you have the SMTP still active. Be sure to disable it and remove the return path and set as sender wordpress@yourdomain.com and as sender name WordPress.

    #17652
    domain
    Participant

    I see. I’m using a plugin called CONTACT FORM 7 for other subscription services and I implemented SMTP with it. Will I be able to send the newsletters to my subscribers at once if I active SMTP?

    #17676
    Stefano
    Keymaster

    If you have an SMTP you can simply add its configuration on Newsletter main panel.

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