Recently Viewed...
To help you navigate to pages you most recently visited, select from the links below.
Sharepoint Forums
Product Forums
Newsletter
Dynamic Forms Demonstrations
Page Tags
DNN Modules
SnowCovered Top Sellers

'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 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...

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.

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 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 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

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!

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 . . .

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 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.

    |   Register   |   donderdag 8 januari 2009   
Data Springs Product Forums...
Subject: User guides for Dynamic Forms
Prev Next
You are not authorized to post a reply.

Author Messages
agazibara
Posts:0


08-16-2006 2:34  

User guides for Dynamic Forms module in DOC, PDF and CHM formats can be downloaded from the following locations:

Tim
Posts:18
wading in the water
wading in the water

09-05-2006 6:38  
My client wants to be able to Export the Questions and Answers to an Excel spreadsheet if possible, any help would be appreciated.
Chad
Posts:2385
river guide
river guide

09-11-2006 10:45  

Hi. Right now there is no easy import/export feature but we will look to add that in the next release. One thing you can do is create a Dynamic Event within the module that is a SQL event and will insert all of the questions,answers into a table then you can then export them from? Its pretty easy to export from MS SQL to CSV or Excel.

Tim
Posts:18
wading in the water
wading in the water

09-12-2006 6:27  

Can you provide any type of example, i am not a coder.

thank you.

Chad
Posts:2385
river guide
river guide

09-12-2006 11:21  

Well until we implement the export feature you would at least have to have some experience working with SQL (at a minimum access to the SQL Server to be able to access query analyzer or run reports).

Steps would be:
1. Create a table called 'YourTable', within your table create a column for each question within Dynamic Forms.
2. Within Dynamic Forms create a dynamic SQL event. The SQL Event would insert data into your table and the SQL would be similar to:

INSERT INTO YOURTABLE(Question1, Question2, Question3) Values($(DynamicFormField1), $(DynamicFormField2), $(DynamicFormField3))

Once the user submits the form the data would be inserted into your custom table.

3. Within query analyzer you can 'select * from your table' and export that to CSV or Excel.

Again, ill try and see if we can implement a quick Export feature within the coming weeks though since it doesn't sound like too much work.

Tim
Posts:18
wading in the water
wading in the water

09-14-2006 9:05  

That would be excellent, i am looking forward to this.

 

thank you.

Tim
Posts:18
wading in the water
wading in the water

10-12-2006 12:47  
Has there been any progress on this new feature?
Tim
Posts:18
wading in the water
wading in the water

10-12-2006 7:47  
Any word on this, we'd really like to be able to implement this feature/
Chad
Posts:2385
river guide
river guide

10-12-2006 3:50  
Tim,

Along with many other enhancements and easier export feature will be part of the next release. We hope to release 2.2 for Dynamic Forms by the middle of November. Ill let you know if we have a pre-release or beta ready before then to see if you are interested.

-Chad
Tim
Posts:18
wading in the water
wading in the water

10-13-2006 7:05  
Awaiting patiently, thank you.
Chad
Posts:2385
river guide
river guide

10-18-2006 11:47  
Hi. I just wanted to let you know that this has been released as a feature in 2.1 of Dynamic Forms.
Felix
Posts:1
new to the springs
new to the springs

05-24-2007 2:17  
Is it possible to use stored procedures when you create a dynamic SQL event ?

Is it possible to have multiple sql-statements in one dynamic SQL event ( purpose : using a normalized table with 3 columns, 1 row for each question => a column wherin a unique id to identify the whole query form, a column for the question, a column for the answer ) ?
Chad
Posts:2385
river guide
river guide

05-24-2007 9:28  

Yep. You can pass the properties to the stored procedure from the SQL event and you can execute the SQL directly.

i.e.
exec stp_your procedure '$(FirstName)', '$(LastName)'

IF you wanted to do multiple queries or hit multiple stored procedures you can just add GO to the end of each statement. I.e.
exec stp_your procedureOne '$(FirstName)', '$(LastName)'
GO
exec stp_your procedureTwo '$(FirstName)', '$(LastName)'
GO
exec stp_your procedureThree '$(FirstName)', '$(LastName)'

Hope this helps!

Dante
Posts:1
new to the springs
new to the springs

05-28-2007 1:46  
I need to import users from another instance of DNN. Why product to use?
selamat
Posts:1
new to the springs
new to the springs

10-01-2008 4:12  

I am currently testing dynamic form trial version. I tried to drag and drop the icon but It does nothing or it doesn't create the new dynamic field. Is it because of trial version?

Chad
Posts:2385
river guide
river guide

10-06-2008 9:41  
Hi, we actually discovered an issue with the drag and drop that has been fixed within the latest patch/release. The issue only exists if you try and use the drag/drop feature though for the very first field. If you use the wizard or standard ‘manage questions’ area to add the first field then you should be able to add any fields after that without any issues.

-Chad
You are not authorized to post a reply.



ActiveForums 3.7

Copyright 2005 - 2009 by Data Springs, Inc.
Terms Of Use | Privacy Statement