Glossary Item Box

Modules: Modules

See Also CmsDeveloperGuide Send comments on this topic.

MailForm

This module is a mail form that allows you to organize on your site quickly and easily mail forms of any type. You can set up mail form parameters through the CMS administrative interface.


A template file for this module lies in a modules/mailform folder and looks as follows:

<%@ Control Language="c#" Language="c#" Inherits="CMSLib.Pages.SiteControl" %>
<%@ Register TagPrefix="cmsm" Namespace="CMSLib.Modules.MailForm" Assembly="CMSLib" %>

<cmsm:MailForm ID="MailForm1" runat="server" />
 

You can place mail form everywhere on your site connecting it with a menu item and edit this form through the CMS administrative interface.
 
For that you should set a MenuItemGuid attribute into required menu item key:

<%@ Register TagPrefix="cmsm" Namespace="CMSLib.Modules.MailForm" Assembly="CMSLib" %>

...

<cmsm:MailForm ID="MailForm1" runat="server" MenuItemGuid="651d9451-e5ea-43fe-a56a-1e3243b36b75" />

Modules: Modules

 

 


© 2005-2007 Astron Digital Ltd. All Rights Reserved.