11.21.2008
Register     Login      
 
DotNetNuke Platinum Benefactor

We're happy to show our support for the DotNetNuke platform and community by contributing back to the project at the highest "Platinum" level.

XMod Form & Template Exchange Highlights
Here's a few of the latest additions to the XMod Form & Template Exchange. The Exchange contains snippets, samples, and solutions. It's free and open to all XMod users. We encourage you to use the samples and submit your own.

Visit the Exchange
Contribute to the Exchange

Mashups for XMOD
by Ray Chance
Java Enabled form with email
by Tony Smith
YouTube Video Include
by Patrick Cummings
BrightCove Player using the BrightCove ID ( Flash Player)
by Craig Porter
Kill the 'Edit Item' title
by Eric Mourant
Fading News Ticker
by Kelly Ford
GymnasticsMedia Store
by GymnasticsMedia
Parent Child Relationship For Categories (Select1)
by Ben Bahrenburg
Link Exchange
by Ben Bahrenburg
Fast and Easy News Scroller
by Sean Moran
Powered By XMod
DNNDev.com Forums
Subject: Email Tag doesn't seem to working
Prev Next
You are not authorized to post a reply.

Author Messages
bigCountryUser is Offline
XMod Newcomer
XMod Newcomer
Posts: 2




8/18/2008 2:55 PM  
Hello,

I have created a simple xmod form that I need to be emailed. Below is the form. I've looked at the traffic on port 25 and no attempt of sending an email is seen.

Note: I have changed the attributes for the email tag below for privacy.

Thanks.


<form>>
<controls>
<input ref="name" required="true" readonly="false" errormessage="Name needed">
<label>*Name</label>
</input>
<input ref="organization" required="true" readonly="false" errormessage="Organization needed">
<label>*Organization</label>
</input>
<input ref="address" required="false" readonly="false">
<label>Address</label>
</input>
<input ref="phone" required="false" readonly="false">
<label> Phone</label>
</input>
<input ref="email" required="false" readonly="false">
<label> Email</label>
</input>
<select1 ref="surveillence" appearance="full" required="true">
<label>Are you currently evaluating video surveillance? </label>
<items>
<item>
<label>Yes</label>
<value>Yes</value>
</item>
<item selected="true">
<label>no</label>
<value>No</value>
</item>
</items>
</select1>
<email target="myEmail" from="myEmail" subject="Order Placed" smtpserver="myMailServer" smtpusername="myUserName" smtppassword="myPassword">
<content format="html">
<literal>
<h2>Customer Details:</h2>
<p>Customer Name: <xmod:field name="name"/>
<p>Organization: <xmod:field name="organization" usevalue="true"/></p>
</literal>
</content>
</email>
</controls>
</form>
dgentryUser is Offline
XMod Jr. Varsity
XMod Jr. Varsity
Posts: 16




8/24/2008 11:35 PM  
<email> tag needs to got outside the <controls> tag
You are not authorized to post a reply.
Forums > DNNdev Forums > XMod Calendar > Email Tag doesn't seem to working



ActiveForums 3.7
       Terms Of Use      Privacy Statement      © 2004-2008 Kelly Ford