You need to Register for free and Login to post a message in the forum.

Forum

How to Create an Email Form with OWS - Issue 49
Last Post 2010-03-21 02:13 AM by CelesteT. 6 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2009-09-21 11:07 AM
    Add any comments or questions regarding the How to Create an Email Form with OWS tutorial from Issue no 49
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    FozzyUser is Offline
    Nuke Active Member
    Nuke Active Member
    Posts:28

    --
    2009-09-30 03:07 AM
    Hey guys, Anther awesome month of tutorials and I thank you for your contribution.
    I want to learn how to create modules in DNN and I am looking at create a form like this but I need to take the form and attach the content of the form into a .PDF then send the form in an email.
    Can OWS help me to accomplish this? If so can you guide me in the right direction to learn how?

    Thanks in advance!
    Paul DeschenesUser is Offline
    Nuke Active Member
    Nuke Active Member
    Posts:25

    --
    2009-10-18 02:00 PM
    OWS does have ability to integrate with other DLL libraries like one that would output your page to a PDF. That is for an advanced developer and can be done by creating your own custom action in OWS. BUT.....

    You could try this, although I've never attempted it. You could output the form results to a formatted plain blank page using the print.ascx page in the OWS tutorials. Then, use the "Save To PDF" module from www.bizmodules.net on this form result page to allow the user to output the file to a PDF.

    OWS does not have a built in PDF rendering engine.
    Paul Deschenes
    DNN Creative OWS Tutor
    Subscribe to the website
    Kris KristensenUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:1

    --
    2009-11-18 01:28 PM
    Hi Lee,

    Great article on the OWS SendMail - loved it, just what I need however, how do I get the OWS take the "To" address from the one already configured in DNN 5? I'm referring to the email address you put when you register a new portal?

    Cheers, and thank you for such great articles - very easy to follow and learn from.
    Paul DeschenesUser is Offline
    Nuke Active Member
    Nuke Active Member
    Posts:25

    --
    2009-11-30 11:31 AM
    Kris,

    To do this, you need to do a Query action to determine which user is the portal administrator in Admin>Settings menu.

    Create a Query action called "GetAdminEmail", then set the query to:

    select TOP 1 email from users join portals on users.userid = portals.administratorid
    where portals.portalid = [*portalid]

    This query will get the email address for the user set as the portal administrator for the CURRENT portal.

    Then set the TO field in the email action to [email,GetAdminEmail]
    Paul Deschenes
    DNN Creative OWS Tutor
    Subscribe to the website
    CelesteTUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:7

    --
    2010-03-21 01:53 AM
    Hi, Thanks for the great tutorial. I was wondering how I can hard code a "to" email address into the form. Thanks, Celeste.
    CelesteTUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:7

    --
    2010-03-21 02:13 AM
    Hi, Was also wondering if there was a way to incorporate ReCaptcha (www.recaptcha.net) into the email form? Thanks.
    You are not authorized to post a reply.


    Active Forums 4.3

    Latest Forum Posts

    Rename or move site from domain name to subdomain name by Bill Quinn
    Hi, I have an old DNN site on a a TLD like this: websitename.com I have created a portal on
    RE: Deploying dnn by Sameer
    Thanks joeseph glad with your answer it means i can use CE for my site if the traffic are not
    Unable to Create Skin Package by schilders
    Hi, I'm trying to create the skin package and manifest for my new skin. I created the new skin e
    RE: user adding images by Joseph Craig
    I think that you will need to go to the File Manager and give the user and/or security group file up
    RE: lightroom effect for skin by Joseph Craig
    There are modules available that do this. On the commercial side, I've used Mandeeps' Live Conten
    RE: Creating structured page content by Joseph Craig
    Take a look at Ventrian's News Articles module. While commercial, it has a very modest price! Th
    Creating structured page content by Stephen Bugden
    Hi, Can anyone recommend a module for creating and managing page content? The kind of thing I'
    lightroom effect for skin by everett31
    I’m looking for a way to add the lightbox effect to a skin file. I would like the end user to have
    RE: css3-mediaqueries.js and Dynamic Forms Crash Page in IE by WinXnet
    According to my web searching, @font-face references cause crashing in IE7 and IE8 with css3-mediaqu
    user adding images by rod lloyd
    I have set up permissions for certain users to edit a module, but when they log-on and enter Edit Co
    RE: Deploying dnn by Joseph Craig
    The free Community Edition of DotNetNuke is perfectly fine for creating "world class" websites. Whi
    RE: css3-mediaqueries.js and Dynamic Forms Crash Page in IE by WinXnet
    any idea what approach I should take - IE completely locks up. The only cause is the combo of the
    RE: css3-mediaqueries.js and Dynamic Forms Crash Page in IE by Joseph Craig
    If you're up to doing some debugging, you might be able to figure out where the problem lies. That'
    RE: Deploying dnn by Sameer
    Hi Joe Thanks for your reply i am planning to create my own DNN site so for that i have chec
    RE: css3-mediaqueries.js and Dynamic Forms Crash Page in IE by WinXnet
    Thanks for the response, but I was hoping it was something I could fix with some skin tweaks - one i
    RE: Changing Search text by Joseph Craig
    You will want to look here for references about the DotNetNuke skin objects. The document written b
    Changing Search text by Abraham Tameru
    Hi, Instead of having "Search" text near the search text box, I wanted to replace it by an image
    RE: Strange issue with file manager on sub domain (sperate portal) by Web Services
    Just sent it.
    RE: Not able to load my dotnetnuke website on Internet Explorer though it is working fine with other browsers by Joseph Craig
    Did you get this fixed? (Apologies for not getting to this sooner...)
    RE: Web Design Company London by Johnny Gregory
    Hello I am a Manager here at PowerDNN and I would like to see if you are still looking to get the wo
    You are not logged in.
    You must log in to access all 
    650+ videos, tutorials, podcasts, and more.
    RSS Feeds