Contact Form & Tell a Friend Features The e-mail function has two main attributes:

 

Social Icons

This section lets you specify the social icons you want to display below the contact form. Included are Twitter, Facebook, and your own url address. Each of these social icons has 4 attributes:

The Text area defines the content that will be displayed in the contact form:

<contact email="support@digital-brochure.com" tips="on">
<social>
<twitter url="#" target="_blank" tip="Follow us on Twitter" visible="true"/>
<facebook url="#" target="_blank" tip="Follow us on Facebook" visible="true"/>
<website url="#" target="_blank" tip="Visit my website" visible="true"/>
</social>

<text>
<title value="CONTACT US"/>
<content>
<![CDATA[You can enter here any text]]>
</content>

<name value="Name"/>
<email value="Email"/>
<message value="Message"/>
<send value="SEND"/>
<clear value="CLEAR"/>
</text>

<inform timer="2000">
<name value="Please input your name."/>
<email value="Please input your email."/>
<emailError value="Your email address is wrong!"/>
<message value="You haven't wrote any message."/>
<send value="Your email was sent."/>
</inform>
</contact>

 

Tell a friend

The tell a friend attributes are basically the same as the above contact attributes

<tellAFriend tips="on">
<text>
<title value="Send link to a friend"/>
<yourEmail value="Your Email"/>
<email value="Friends Email"/>
<message value="Message"/>
<send value="SEND"/>
<clear value="CLEAR"/>
</text>

<inform timer="2000">
<yourEmail value="Please input your email."/>
<email value="Please input friends emai.l"/>
<emailError value="Your email address is wrong!"/>
<message value="You haven't wrote any message."/>
<send value="Your email was sent."/>
</inform>
</tellAFriend>