0 votes

Contact Us Module

Project Description
This is an Umbraco Module for making contact. It can be placed anywhere in your template or content of the rich editor as a Umbraco Macro.

There are two choices for you to get the contact information sent from the module.

1. Email
You can configure the smtp in the web.config as following to let the Contact Module send email to you.

<appSettings>
    <!--set the Contact us,the mail to address-->
    <add key="mailto" value="******@qq.com"/>
  </appSettings>
  <system.net>
    <mailSettings>
      <smtp from="******@163.com" deliveryMethod="Network">
        <network host="smtp.163.com" userName="******@163.com" password="**********" port="25" defaultCredentials="false"/>
      </smtp>
    </mailSettings>
  </system.net>

2. Content
You can create a content node in the content tree. Then any contact information goes under the node.



It depends on following third-party libraries.
  1. jquery-1.7.2.min.js
  2. jquery.validate.js




the display pictures

 

Supported by Umbraco Development Team of Nova Software

Screenshots

Package owner

huangbx

huangbx

huangbx has 20 karma points

Package Compatibility

This package is compatible with the following versions as reported by community members who have downloaded this package:
Untested or doesn't work on Umbraco Cloud
Version 8.18.x (untested)

You must login before you can report on package compatibility.

Previously reported to work on versions:

Package Information

  • Package owner: huangbx
  • Created: 11/12/2012
  • Current version 1.1
  • License MIT
  • Downloads on Our: 2.8K