Custom newsletter subscription

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
12/14/2012 11:05:24 AM
Gravatar
Total Posts 40

Custom newsletter subscription

Hi there,

I have designed a new skin, and on my header, I have a newsletter subscription field where a user should input the email, and press a button. The newsletter subscription feature works very well so how can i update my code to use the newsletter subscription module on my header? Or at least, use the same fields and execute the same JS action to subscribe?

Thanks in advance.

Best regards,

João

12/14/2012 3:19:47 PM
Gravatar
Total Posts 18439

Re: Custom newsletter subscription

Hi,

The Newsletter Signup Module is just a wrapper around another control the Subscribe.ascx control. The module is just to make it easy to add it to a CMS page, but you could use the Subscribe.ascx control directly in layout.master and set any properties on it declarativley.

I suggest study the source code of the module and the subscribe control to get the idea of what properties it supports and how to use it.

Hope that helps,

Joe

12/18/2012 11:54:31 AM
Gravatar
Total Posts 40

Re: Custom newsletter subscription

Hi,

Thanks for the answer. It worked as i needed.

Best regards,

João

You must sign in to post in the forums. This thread is closed to new posts.