Opt In Email 4.0
'Relationship Building' and 'Communication' are two essential nuts and bolts for a business to prosper. This module allows you to bridge both of these and easily generate continuous awareness of your web site, products and services. Your prospects and customers will greatly appreciate this featur
Live Content v1.6.1 :: Web 2.0
Live Content uses Web 2.0 approach to provide a Rich User Interface and streamlines content presentation by overlaying content on current page. Overlay images, videos, audio, text/html content, flash, dotnetnuke modules, and external content. Experience the demo...
XMod 5.1
Version 5 of the perennial best-selling tool for creating data-based solutions in DNN without custom programming. This version focuses on greater flexibility, expandability, and ease-of-use.
Open-DocumentLibrary v3.0
Powerful, Ajax Enabled, Easy to Use. Document Management has never been better. Open-DocumentLibrary allows DotNetNuke users to share and manage documents in a flexible, intelligent way, offering granular control over Folder and Document access.
Ultra Video Gallery 2.4
Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to add videos in various format and automatically convert them to flv format, you also can add videos from embed code and play them in our integrated flash video player.
Gloss // ALL COLORS! skin // XML Flash // W3C CSS XHTML1.0
Gloss is the first ALL COLORS! skin, featuring a powerful XML-based flash and being 100% W3C CSS XHMTL1.0 compliant. Tune it yourself on the fly, changing colors, backgrounds, containers, text color and size, width and more! Brilliant!Available for DNN4 and DNN5
Active Forums
The award winning discussion forum and community solution for DotNetNuke is now even better. When you need to build the best community site, you need the best module, Active Forums!
Minimalist by Evan O'Neil - ALL NEW !
ALL NEW ! - Minimalist includes skin packs in 12 great colors. Each color has Flat, Gradient and Glass versions. Feature rich XML Flash header, perfect for just about any purpose. 9 Different menu options in each skin pack; 3 horizontal menus, 3 vertical menus and 3 all-new Twin level menus . . .
Document Exchange 5
Edit documents directly on your server. The premier document management solution for DotNetNuke (DNN). Index contents of documents. Share documents across your portal and avoid duplicates. Revised and flexible UI. Extensible architecture.
Ultra Media Gallery 5.4
Ultra Media Gallery is the most popular photo gallery and media gallery solution for DotNetNuke, UMG offers 10 different flash player to browse your gallery with completely different user interface experience.
Is the Combo Box the only Question Type which can be populating via a SQL select statement?
My Challenge:
I have a form where the user selects a Municipality from a combo box (SQL Driven). The user will make several other selections (Project Type, Cost, Population).
I then would like to populate several hidden fields with data elements based upon the selected municipality. I suppose this would occur by question Event.
Upon form submission the user will presented with possible funding information based upon information gathered from user selection & located in the hidden fields.
I plan on passing these elements to another Dynamic Form in order to build the funding information.
In order to accomplish this do I need to create additional combo boxes instead of hidden fields? I really don't need additional combo boxes because no additional user selection will be neccessary. Can Hidden fields be made SQL Driven?
No calculation necessary for my project. I simply need to retrieve 2 additional data elements from the database based upon the user selected municipaility (Combo Box). I then want to pass the municipality & 2 additional elements to another Dynamic Form (via a querystring) to display customized results ( I'll spare you the details). I have read some forum posts where Form Developers are populating additional combo boxes based upon a selection in a combo box. I may try this method and not display the additional combo boxes. I realize this is a lot to ask of Dynamic Forms, but this tool comes very close to doing what I need it to do. Plan B is building a custom DNN Module.
I am so close to making this work. I was able to auto populate my additional combo boxes with SQL driven values based upon a selection in the Community Combo box. It looks as if I will be able to hide these combo boxes from anonymous users thus making them SQL driven hidden fields. Still wish Hidden fields could be made SQL Driven. Now for Problems & Frustrations: I'm trying to create question events that will display Custom HTML Fields based upon my hidden combo boxes. I can create the event ok but I am unable to enter an Initiation / Postbaclk Question. The values do not appear in the field because they are generated from a SQL Query which uses a parameter. Also, the field is not available for me to hand enter in a value. Any way to hand enter a value thru SQL Express Manager? Also Custom HTML Fields do not have names as do other question types, therefore you have do guess (based on sort order) which fields to hide/display. Finally, If I cannot make the above work, Is it possible to add conditional logic to a system message to display or not display certain text?