Search
 

Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

Dynamic Forms 3.0
Last Post 06-10-2011 07:59 AM by Candace. 52 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Page 2 of 2 << < 12
Author Messages
Joe KreberUser is Offline
new to the springs
new to the springs
Posts:2
Avatar

--
09-25-2009 07:24 AM
1) After uploading an image, I want to auto create a PDF that takes the single image and scales it proportionally to its maximum size so as to center and fit the uploaded image on a fixed PDF doc base size... essentially desire to email a PDF proof to the user to confirm proper upload... Can we do this? and how? I got the upload to work, and I can auto email the link to display the uploaded image, but can I embed the just uploaded image and disply it embedded in the PDF?

2) How would I go about redirecting the user to a thankyou page that aslo shows the image for an immediate visual confirmation of an upload? I see that the email can include a link that will display the image, but it is not obvious to me on how to use form data (incl. the images) in a pae display...

Please advise. Thanks
CandaceUser is Offline
river guide
river guide
Posts:2212
Avatar

--
09-25-2009 10:30 AM

Hi Joe,

1.  I'm pretty sure you can do this by using the image token on the PDF but let me do a little research and I'll let you know what I find.


2.  I will suggest redirecting to a page with our Tailored Text module.  This module will allow you to personalize the page per user and also display the uploaded image.

Thanks,
Candace



 

Mike EmryUser is Offline
going with the flow
going with the flow
Posts:41
Avatar

--
09-29-2009 10:06 AM
It looks like Dynamic Forms 3.1 is available if you buy the collection. When will it be available stand-alone?
David ToUser is Offline
river guide
river guide
Posts:2736
Avatar

--
09-29-2009 10:32 AM
It will actually be released today. It was released with the 3.0 Collection Release yesterday.

-- David
Mike EmryUser is Offline
going with the flow
going with the flow
Posts:41
Avatar

--
09-29-2009 09:07 PM
Snowcovered only shows it for DNN5. Is it supported under DNN 4.9.5?
DNN GuyUser is Offline
going with the flow
going with the flow
Posts:30
Avatar

--
10-05-2009 07:28 AM

Candace,

We are having the same problem with Dynamic Forms 3.0 on a DNN 4.9.4 install as Anne Anderson is having...

I've gone into the General settings for the Dynamic Forms module and checked the checkbox labeled: Disable Form AJAX, but when we try to save a completion event while using the Rich Text Editor, it does not save the code.

Please advise.

David ToUser is Offline
river guide
river guide
Posts:2736
Avatar

--
10-05-2009 07:34 AM
HI, another option is before clicking on Update Settings, switch over to "Simple Text Box" radio button and then save. This will save what's in the Rich Text Editor. -- David
patrick blackburnUser is Offline
going with the flow
going with the flow
Posts:37
Avatar

--
10-07-2009 08:01 AM

Chad - looks like we need another installer for folks using object qualifiers, again:
 

http://www.datasprings.com/Products...fault.aspx


All of our forms are offline due to this - any eta?


Thanks,

Patrick

Chad NashUser is Offline
river guide
river guide
Posts:4843
Avatar

--
10-07-2009 08:56 AM
Sorry guys... One way or another we will get a patch out for this by end of day today.

-Chad
David ToUser is Offline
river guide
river guide
Posts:2736
Avatar

--
10-07-2009 10:18 AM

HI, for a quick fix to this issue, please go to Host / SQL and type in:

ALTER PROCEDURE {databaseOwner}[{objectQualifier}DynamicForms_GetDynamicQuestionEventByAffectedQuestion]
@DynamicQuestionID as uniqueidentifier

AS

select * from {databaseOwner}{objectQualifier}DynamicForms_DynamicQuestionEvent

Where (DynamicQuestionEventID In (Select DynamicQuestionEventID from {databaseOwner}{objectQualifier}DynamicForms_QuestionEventHiddenFields Where DynamicQuestionID = @DynamicQuestionID)
OR DynamicAffectedQuestionID = @DynamicQuestionID) AND InActive=0
AND IsDisabled =0

We will have a fix patch download for this shortly. Candace will post the download patch by the end of the day. Sorry for the inconvenience. -- David

CandaceUser is Offline
river guide
river guide
Posts:2212
Avatar

--
10-08-2009 03:21 PM

Hi all.  I don't have the file to the patch yet but will follow up and get post it  as soon it becomes available to me.  Thanks!

Candace

patrick blackburnUser is Offline
going with the flow
going with the flow
Posts:37
Avatar

--
10-09-2009 01:32 PM

Thanks!  Also, did you see my post regarding Email Completition Events not storing message content since the upgrade to 3.1?

http://www.datasprings.com/Products...fault.aspx

Eric JonesUser is Offline
new to the springs
new to the springs
Posts:2
Avatar

--
10-27-2009 09:06 AM

Interested in how to post a message that the form was submitted without having them redirect to another page... I see something along those lines in the header footer configuration but not enough information on if this is possible and how. Please advise.
 

David ToUser is Offline
river guide
river guide
Posts:2736
Avatar

--
10-27-2009 09:31 AM
Hi, under Module Configuration, expand Header / Footer / System Messages and under "System Layout / Email Messages:" choose the drop down for "Display Message After Save".

-- David
Eric JonesUser is Offline
new to the springs
new to the springs
Posts:2
Avatar

--
10-27-2009 09:49 AM
I do that.. .and after inputing the data... i hit submit.. and it looks like nothing happens.. it doesn't even clear out the data that i input into the fields...
Horacio LampeUser is Offline
new to the springs
new to the springs
Posts:2
Avatar

--
05-26-2010 12:54 PM

Chad

I want to filter a dropdown based on the answer of another question and based on a querystring  variable. I am migrating from Indoogrid, taht do that.

Is there any plans to make this option avaliable?

Also to filter  a dropdown based on a querystring variable.

Now is working with  DSParam1 name that is not the name of my variable, I need the form respects the names of the variables.
 

Is there any plans to make this option avaliable?

David ToUser is Offline
river guide
river guide
Posts:2736
Avatar

--
05-27-2010 05:17 PM
Hi Eric, under the DF module configuration / general settings, did you check the box for "enable display after save message"? -- David To
Donovan SobreroUser is Offline
skipping stones
skipping stones
Posts:12
Avatar

--
07-19-2010 10:48 AM
DNN 5.4.1 and 5.4.4 Captcha Erroring

***DYNAMIC FORMS DEBUG MODE ON***

Dynamic Forms Version: 3.30.61.0

DotNetNuke Version: 5.4.4

Initial Javascript:

Testing Validation of CAPTCHA field:False
CAPTCHA characters:abcdefghijklmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789
* Captcha is required to submit the form
DNN GuyUser is Offline
going with the flow
going with the flow
Posts:30
Avatar

--
12-07-2010 09:37 AM
We upgraded to Dynamic Forms 3.40.30 on a DNN 5.6.0 install and are very pleased with the progress of the module.  However, I did find one peculiar issue.

It is similar in nature to the issue that Anne Anderson was having and that I reported on for an older version of the module and dnn previously in this thread on 10/5/09.

When creating a new dynamic email completion event and adding content to the default WYSIWYG editor, my message is not saved when I click the Update Event link.  The strange thing is that if I go back to the event, and re-enter the content as before, and then click the Update Event link, my content is saved... And if I switch to source code and click the Update Event link, my content is saved...  Obviously, updating the event should save my content on the first try regardless of whether I'm using the WYSIWYG view or the Source Code view.

Anyone experiencing this issue?
Ryan BakerinkUser is Offline
river guide
river guide
Posts:1175
Avatar

--
01-20-2011 04:30 PM
Hello DNNGuy,

Thank you for your input, we will test this to try and invoke this behavior. If we have any findings we will confirm and follow up in this forum thread.

We greatly appreciate your contribution of knowledge.

If you ever have any questions please let us know.

Thanks,

Ryan
sschleifferUser is Offline
wading in the water
wading in the water
Posts:21
Avatar

--
02-03-2011 06:58 PM
Posted By DNN Guy on 12-07-2010 10:37 AM
We upgraded to Dynamic Forms 3.40.30 on a DNN 5.6.0 install and are very pleased with the progress of the module.  However, I did find one peculiar issue.

It is similar in nature to the issue that Anne Anderson was having and that I reported on for an older version of the module and dnn previously in this thread on 10/5/09.

When creating a new dynamic email completion event and adding content to the default WYSIWYG editor, my message is not saved when I click the Update Event link.  The strange thing is that if I go back to the event, and re-enter the content as before, and then click the Update Event link, my content is saved... And if I switch to source code and click the Update Event link, my content is saved...  Obviously, updating the event should save my content on the first try regardless of whether I'm using the WYSIWYG view or the Source Code view.

Anyone experiencing this issue?

I have been using DF for over a year. I still have the 3.10.13 version I initially bought. I was using an early DNN 5.x.x version which I have upgraded almost as fast as they come out and am now on 5.6.1. I had never used a completion event other than an email until this week when I tried to build a PDF file, followed by an email to send it and then a URL redirect to an on site page.  The form works, and the page redirects. However, when the email arrives it is empty of 'body' and has no attachment. When I went back under the hood, I found as DNN Guy did that the completion event data in the RichTextEditor for both the PDF and the Email body are not there, and then found they would not stay there after an 'Update Event.'  The PDF Link and Attach did show up as msg parameter tokens to select for the email and did not go away. [I will be trying the basic editor as a workaround like DNN Guy]

I checked Snowcovered and did not see any description of a bug which would necessarily warrant an upgrade to DF3.4.  I also so nothing new in the DF3.3 UG to address this.  I'm thinking its an editor within DNN conflict and DF is just the 'victim' in the drama, but DNN and writing code are NOT my day job, so what do I know?

Hopeful...and standing by.

PS. I do enjoy DF and the DRegistration and DLogin products, as well as the support I have always cheerfully received.
Patrick GaulUser is Offline
new to the springs
new to the springs
Posts:1
Avatar

--
06-09-2011 08:51 PM
Say, I'm confused... has this forum been abandoned? The most current post id dated 2009 (three years ago!) And now version 4.0 is out... what am I missing?

Patrick
CandaceUser is Offline
river guide
river guide
Posts:2212
Avatar

--
06-10-2011 07:59 AM
Hi Patrick,

This forum is still active but this particular thread may not. The post right before yours is dated 2/3/2011. We've made some changes to the site that have impacted some links and some are showing as unavailable, sorry about that. You're welcome to start a new thread for the community to respond to. Or you may use our Contact Us form or open a support ticket from Snowcovered.com if you have an urgent question. Thanks!

Candace
You are not authorized to post a reply.
Page 2 of 2 << < 12


 
 

Join our mailing list...

Get current news and events the easy way

 

 

   
Subscribe Me

Recent Blogs...

 
Copyright 2005 - 2011 by Data Springs, Inc.