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
Ultra Flash Player 6.1(16-in-1)
A 16-in-1 dnn module.Powerful yet easy to use. Capable of producing a multitude of functions including:Image rotator/Numeric rotator/ Mp3 player/Wmv player/ Flash video player /YouTube video player/Multimedia player / Text-to-speech podcast / Flipping book player/Banner topic player/Silverlight albu
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.
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.
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!
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
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.
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 . . .
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...
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.
I have a combo box that that is populated via a sql driven query and I use two union queries to put the first two values as -select customer- and -add new customer- and the rest of the values come from the database. If the user selects -add new customer- then I hide all of the "existing customer" form fields and display "new customer" form fields. I would like to populate a hidden field with one of two values. If a user selects a existing customers name (and <> '-select customer-') I want that value populated in a hidden field called FullName...if a user creates a new customer I want that name populated in the FullName hidden field (The existing customer full name value comes from a combo box and the new customer full name value comes from a textbox). I thought it was going to be fairly easy to populate the hidden field but no such luck so far.
Troy
Have you tried to use the "Client side event" feature with "Pass values of this question to session variable"? I've used this to do similar ... ie put something like...
$(NewValue) = $(ShortName)
This works ... $(NewValue) is not a session variable but can be used by other questions.
Bret
I have tried using client side events and it is not really working for me 100% of the time but I could be doing something wrong. So in my example above if a user selects a customer, does the client side event go on the select customer question or the hidden field. If I put something like $(NewVAlue) = $(ShortName) on the select customer question I get an error in the url from the very first question in my form which is a combo box (the select customer question is like the 3rd or 4th question on my form).... If I put something like $(NewVAlue) = $(ShortName) in a client side event on the hidden field, I only get a value in the textbox when I put the focus in that textbox otherwise no value is passed on when I submit the form. Does that make sense?
I have several combo boxes on my form and I noticed that when I add a client event $(HiddenFiled) = $(SelectCustomer) to my SelectCustomer question (which is like the 3rd or 4th combo box on the form) I get an error in the url. The error occurs in the URL before I even get a chance to select anything from my Selectcustomer question and it keeps me from selecting anything in all of my visible combo boxes. There error is at the end my url and is..... def=ErrorMessage