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 03: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 12:07 PM
    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 04: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 03: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 02: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 12:31 PM
    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 02: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 03: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

    iPhone website logo in DNN root directory by JohnnieD
    I'm trying to put an iPhone logo that I made into my site so when someone saves the website on their
    RE: Fixed size container by Joseph Craig
    Use an HTML module and style the container to have a fixed height and width. Set the overflow attr
    Fixed size container by Aggiedan97
    I am looking for advice or an actual container that has a fixed height (and width). An HTML module w
    RE: DNN 6.1 app_offline.htm by Joseph Craig
    If the site "works" in Chrome, Firefox and Safari, but not in IE8 look to IE8 as the problem. It is
    RE: DNN site automatically redirects to a different domain name. by Joseph Craig
    Make a copy what is in the portalalias table and then remove all but the localhost entry. Verify th
    DNN 6.1 app_offline.htm by Dave Hassall
    Hi As recommended I have successfully been using the app_offline.htm whilst performing upgrades t
    RE: DNN site automatically redirects to a different domain name. by imran shaikh
    Hi i have done same as mention in this post my dnn folder name is Trademaxomanupg with
    Enforce Terms Tutorial Update by Vistalogix Corporation
    I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
    RE: Best Practices for Modifying a Custom Module by Joseph Craig
    Start up the development website, then install the module using the package that you have. Then, yo
    Best Practices for Modifying a Custom Module by schilders
    Good Morning, I'm needing to modify a custom built module created by another developer targeted f
    RE: Admin menu problem by alireza arabiyan
    hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
    RE: Admin menu problem by Joseph Craig
    Yes, that is what you should have done. What is the URL for your home page? What is the URL for
    RE: Admin menu problem by alireza arabiyan
    hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
    RE: Admin menu problem by Joseph Craig
    How did you move it? Have you added an entry in the portalalias table for the site's domain name?
    RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
    Set up a user with dbo privileges and set the connection string for that user, rather than using Win
    Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
    I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
    Admin menu problem by alireza arabiyan
    hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
    RE: dnn 4.4 upgrade issue by imran shaikh
    Thanks you all it is done by renaming release.config to web.config procedure
    RE: dnn 4.4 upgrade issue by imran shaikh
    Thanks you all it is done by renaming release.config to web.config
    dnn 4.4 upgrade issue by imran shaikh
    hi this is imran i am upgrading dnn 4.4 to dnn 6.0.2 and getting this error please help me for this
    You are not logged in.
    You must log in to access all 
    650+ videos, tutorials, podcasts, and more.
    RSS Feeds