Joe Kreber
 new to the springs Posts:2

 |
| 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 |
|
|
|
|
Candace
 river guide Posts:2212

 |
| 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 Emry
 going with the flow Posts:41

 |
| 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 To
 river guide Posts:2736

 |
| 09-29-2009 10:32 AM |
|
It will actually be released today. It was released with the 3.0 Collection Release yesterday. -- David |
|
|
|
|
Mike Emry
 going with the flow Posts:41

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

 |
| 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 To
 river guide Posts:2736

 |
| 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 blackburn
 going with the flow Posts:37

 |
|
Chad Nash
 river guide Posts:4843

 |
| 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 To
 river guide Posts:2736

 |
| 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 |
|
|
|
|
Candace
 river guide Posts:2212

 |
| 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 blackburn
 going with the flow Posts:37

 |
|
Eric Jones
 new to the springs Posts:2

 |
| 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 To
 river guide Posts:2736

 |
| 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 Jones
 new to the springs Posts:2

 |
| 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 Lampe
 new to the springs Posts:2

 |
| 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 To
 river guide Posts:2736

 |
| 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 Sobrero
 skipping stones Posts:12

 |
| 07-19-2010 10:48 AM |
|
DNN 5.4.1 and 5.4.4 Captcha Erroring
* Captcha is required to submit the form
|
|
|
|
|
DNN Guy
 going with the flow Posts:30

 |
| 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 Bakerink
 river guide Posts:1175

 |
| 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
|
|
|
|
|
sschleiffer
 wading in the water Posts:21

 |
| 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 Gaul
 new to the springs Posts:1

 |
| 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 |
|
|
|
|
Candace
 river guide Posts:2212

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