Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • enemigo 2 posts 22 karma points
    Feb 01, 2012 @ 16:25
    enemigo
    0

    Adding new email to subscribe type

    I try to add a new email, but nothing happens - table remains empty.

    Then I attempted this

    if not HttpContext.Current.Request.Form("submit") is nothing then
    Dim s as string = HttpContext.Current.Request.Form("email").ToString()
    Dim ss = s.Split("@")
    return library.Subscribe(ss(0),s).Tostring()
    else
    return ""
    end if

    It returns True, but result is the same - insertion does not occur

  • Owen 123 posts 246 karma points
    Feb 03, 2012 @ 02:42
    Owen
    0

    Hi Enemigo, have you created a subscribe type before you execute the code?

     

  • enemigo 2 posts 22 karma points
    Feb 04, 2012 @ 14:52
    enemigo
    0

    Hi, Owen! Yes I have. In the first, I've used control panel Campaign - > Subscribe -> test -> Detail for email registration, but when I click on "Add email" button after page refreshing the table remains empty. In the second, I've tried that code and had no effect too. After the package installation in MySql sheme appered 5 uwz-tables. If add a new record to uwz_subscribeitem dirrectly it gets ok - I see it in the list of subscribers.  

     

  • Paul Fowles 75 posts 184 karma points
    May 31, 2012 @ 17:48
    Paul Fowles
    0

    This is the issue I'm having. Has anyone come up with a solution?

Please Sign in or register to post replies

Write your reply to:

Draft