English 中文(简体)
Kentico CMS & Campaign Monitor
原标题:

Just wondering if anyone has any pointers on how to integrate campaign monitor with Kentico CMS. Kentico has its own built in newsletter signup but I want campaign monitor to be updated when a user suscribes. I tried simply modifying the aspx page with a campaign monitor html form but when I try and submit an email address nothing happens.

When I view source kenitco is surrounding the page contentwith a form which I believe is affecting the CM form.

I have tried adding a static html page but the form action is somehow being modified to point to the active page instead of pointing to Campaign monitor subscription page.

Any help would be greatly appreciated.

问题回答

I have solved this. The problem was that aspx pages do not allow you to submit a form other than to itself. I modified the template to be a asp page and it now serves the form fine.

This maynot be the best solution but works for me!





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签