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 - insertiondoes not occur
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.
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
Hi Enemigo, have you created a subscribe type before you execute the code?
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.
This is the issue I'm having. Has anyone come up with a solution?
is working on a reply...