• Hi
    How can get the list of people who subscribed to post notifications?
    cforms plugin, used to create a different form on the site, can give me that list, but the post notifications form is not listed on cforms and I’m not sure how that form was created and where is the data sent.
    I also looked into the active post notification plugin but could find a list of subscribers.
    the form code is:

    <p>subscribe to RSS or Email
    <br />
    <div class="rssdiv">
    <form id="newsletter" method="post" action="http://www.mysite/contact/post_notifications/" style="text-align:right">
    <p>
    fill to register or remove yourself</p>
    	<p>email<input type="text" name="addr" size="30" maxlength="50" value=""/> </p>
    	<p><input type="radio" name="action" value="subscribe" checked="checked" />join &nbsp; <input type="radio" name="action" value="unsubscribe" />remove from list </p>
    
    	<p><input type="submit" name="submit" value="confirm" /></p>
    
    </form>
    </div>

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter yanay

    (@yanay)

    Well I found that list in Settings>Post Notifications>Exports email addresses

    Is there a way I can see which users had un subscribed to the list?

    If you have a plugin question, you need to post in the plugin’s specific sub-forum – go to the plugins page, click on the support tab – scroll down to start a new thread.

    Thread Starter yanay

    (@yanay)

    Yes. That forum seems to be inactive.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form submitters list’ is closed to new replies.