Candace Posts:1568
 river guide
 |
| 06/24/2009 10:55 AM |
|
Thanks for checking, Dan. There have been some issues for people with the Collection Enterprise or with Source but we'll look into it again.
Meanwhile, please use the Contact Us Form and give me your invoice ID for your collection and I'll send you the zip file. Thanks!
Candace |
|
|
|
|
Faith Posts:28
 going with the flow
 |
| 06/25/2009 10:04 AM |
|
Guys The Hidden Fields Control Panel at the bottom is of great help also the properties information icon at the left of the field is another amazing improvement. Nice Job! Faith |
|
|
|
|
Anne Anderson Posts:3
 |
| 06/29/2009 5:21 AM |
|
Great Module, congratulations.
We've installed v 3.0 on DNN 5.1.0 - and all is working well except for the Form Completion Events > Email Message
I have a particular message format that I use with the message parameters integrated within the message.
The Text box will save anything generated by the system, but nothing at all generated by anyone else.
Is this a bug or am I missing something here?
Would appreciate your help here. Thanks. |
|
|
|
|
Anne Anderson Posts:3
 |
| 06/29/2009 5:21 AM |
|
Great Module, congratulations.
We've installed v 3.0 on DNN 5.1.0 - and all is working well except for the Form Completion Events > Email Message
I have a particular message format that I use with the message parameters integrated within the message.
The Text box will save anything generated by the system, but nothing at all generated by anyone else.
Is this a bug or am I missing something here?
Would appreciate your help here. Thanks. |
|
|
|
|
Faith Posts:28
 going with the flow
 |
| 06/29/2009 7:06 AM |
|
Hey Anne What do you mean by anything generated by the system, but nothing at all generated by anyone else? Also the input of the textbox is the email body or what? |
|
|
|
|
David To Posts:2745
 river guide
 |
| 06/29/2009 8:21 AM |
|
HI Anne, I'm confused about your statements as well. Can you be more specific about the problem you're having? perhaps provide a screenshot as well? Or see if you can duplicate the problem on www.betasprings.com (username: host, password: dnnhost) -- David |
|
|
|
|
Anne Anderson Posts:3
 |
| 06/29/2009 2:36 PM |
|
Thankyou for your replies.
Within the Form Completion events, there are 2 links to the right -
Generate Results Template
Generate Full Results Template
These generate the fields/results in the email editor in a template form.
We have our own format, so would prefer to use this (which I have used on earlier versions), but when I type anything and click "Update Event" v3.0 doesn't retain the changes.
Perhaps I am not following the correct process, so what process do you suggets for creating your own email format?
Thanks, A |
|
|
|
|
Candace Posts:1568
 river guide
 |
| 06/29/2009 3:03 PM |
|
Hi Anne, This is an issue with AJAX and the editor. Please go to Module Configuration, General Settings and disable AJAX within module configuration. Then go back and edit your completion event and it should save properly. Thanks! -- Candace |
|
|
|
|
Anthony Posts:5
 skipping stones
 |
| 08/08/2009 6:48 AM |
|
I installe Dynamic Forms 3.0 and made a contact page with the ability for the visitor to send a question to my mailbox using a form on the page.
Although the form submits succesfully the mail is not sended. Apparantly I have an issue with the smt server. This is the error message in the eventviewer under admin:
AssemblyVersion: 5.1.1
PortalID: 0
PortalName: WebMove
UserID: 1
UserName: host
ActiveTabID: 67
ActiveTabName: Contact
RawURL: /Contact.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.webmove.be/Contact.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2; .NET CLR 3.0.4506.2152; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.5.30729; .NET CLR 1.1.4322)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: c7ecaec1-4bdf-49d5-b70d-19e25f7ea5ec
InnerException: Failure sending mail.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Net.Sockets.Socket.DoConnect
StackTrace:
Message: System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:25 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace --- at System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6, Int32 timeout) at System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback) at System.Net.PooledStream.Activate(Object owningObject, GeneralAsyncDelegate asyncCallback) at System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout) at System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port) at System.Net.Mail.SmtpClient.Send(MailMessage message) --- End of inner exception stack trace --- at System.Net.Mail.SmtpClient.Send(MailMessage message) at DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Cc, String Bcc, String ReplyTo, MailPriority Priority, String Subject, MailFormat BodyFormat, Encoding BodyEncoding, String Body, String[] Attachment, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword, Boolean SMTPEnableSSL)
I don't understand this because I already used a feedback module on my portal site and it sended correctly the e-mail to my mailbox.
Greetings,
Anthony |
|
|
|
|
David To Posts:2745
 river guide
 |
| 08/10/2009 8:43 AM |
|
HI Anthony, several questions: 1) can you go to Admin / Newsletter and send an email to yourself to see if it works? 2) can you send email to your mailbox using outlook / gmail, etc? 3) what do you have in your DF from email field? Based on your description, it doesn't seem to like to send email to a particular address and we need to narrow down the issue. -- David |
|
|
|
|
Joe Kreber Posts:2
 new to the springs
 |
| 09/25/2009 8: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 Posts:1568
 river guide
 |
| 09/25/2009 11: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 Posts:17
 wading in the water
 |
| 09/29/2009 11: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 Posts:2745
 river guide
 |
| 09/29/2009 11:32 AM |
|
It will actually be released today. It was released with the 3.0 Collection Release yesterday. -- David |
|
|
|
|
Mike Emry Posts:17
 wading in the water
 |
| 09/29/2009 10:07 PM |
|
| Snowcovered only shows it for DNN5. Is it supported under DNN 4.9.5? |
|
|
|
|
DNN Guy Posts:22
 going with the flow
 |
| 10/05/2009 8: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 Posts:2745
 river guide
 |
| 10/05/2009 8: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 Posts:37
 paddling down the creek
 |
|
Chad Nash Posts:3865
 river guide
 |
| 10/07/2009 9:56 AM |
|
Sorry guys... One way or another we will get a patch out for this by end of day today. -Chad |
|
|
|
|
David To Posts:2745
 river guide
 |
| 10/07/2009 11: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 |
|
|
|
|