Search found 35 matches

by jlig
2021-08-24 23:01
Forum: ADDT
Topic: ADDT Send Mail using SSL/TLS
Replies: 4
Views: 10056

Re: ADDT Send Mail using SSL/TLS

I too have been looking into using smtp.gmail.com in ADDT. Questions I have are: [1) The Email Settings in the Dreamweaver don't have options for SSL or TLS? - It only asks for: Mail Server/Port/Username/Password/Default Sender? 2) Do I need to insert new code into every "Send Email" page ...
by jlig
2018-07-07 04:05
Forum: MX Kollection - Pro Edition
Topic: MX Kollection Pro Edition 3.7.1 copies available?
Replies: 0
Views: 15534

MX Kollection Pro Edition 3.7.1 copies available?

I'm curious if there is anyone who has an unused copy of MX Kollection pro 3.7.1 (w/License) and would like to sell it?
by jlig
2018-01-26 19:23
Forum: ADDT
Topic: ADDT and ColdFusion 2016
Replies: 4
Views: 12162

Re: ADDT and ColdFusion 2016

For anyone having issues with moving an old CF9 site to CF2016 that used the ADDT (Adobe Dreamweaver Development Template) files, I have discovered a poosible fix to the error: "KT_getRealValue:Unknown method: KT_Insert1." When browsing a page served up from CF2016, the following error dis...
by jlig
2017-01-10 16:51
Forum: ADDT
Topic: Sending email after updating a record.. Coldfusion
Replies: 4
Views: 7975

Re: Sending email after updating a record.. Coldfusion

Fixed this. The issue was on the "email template page". - I use the "MX Send Email" but choose my own html template for the email body - The "blank white screen" was caused by a missing field on the form page. - I added that field as a hidden field. Now that missing fie...
by jlig
2017-01-10 16:21
Forum: ADDT
Topic: Send Email only if Form Button is clicked?
Replies: 2
Views: 56467

Re: Send Email only if Form Button is clicked?

Fred, thanks for the reply.. Solution was to add Validation! I had forgot to add "Form Field Validation" to the required fields. Once I added in that, the form stopped submitting when the page was refreshed. Note: I usually use the built-in MX Email Wizards on my pages, but in this case I ...
by jlig
2017-01-06 22:46
Forum: ADDT
Topic: Send Email
Replies: 2
Views: 11187

Re: Send Email

If using ColdFusion you do the following in the CFMAIL section: What if you want the reply address for this demo email promo to be different than your main email address supplied in the "from" attribute. This is when our old friend [b]cfmailParam [/b]comes into play. As well as being able ...
by jlig
2017-01-06 18:55
Forum: ADDT
Topic: Send Email only if Form Button is clicked?
Replies: 2
Views: 56467

Send Email only if Form Button is clicked?

For some reason my form sends out the email automatically, whether or not the "Save" button is clicked? - I'm using ADDT with ColdFusion 9 - I'm needing to use CFMAIL instead of the built in MX "Send E-Mail Server" behavior (because I need to dynamically make the form contents go...
by jlig
2016-09-30 15:17
Forum: ADDT
Topic: ADDT and ColdFusion 2016
Replies: 4
Views: 12162

Re: ADDT and ColdFusion 2016

No, the login page is not working, and is the main problem. The "Restrict Access to Page" function is probably working fine, but since it checks to see if the user is logged in, it keeps returning me back to the login page, which is giving me the "KT_getRealValue: Unknown method: kt_l...
by jlig
2016-09-29 17:03
Forum: ADDT
Topic: ADDT and ColdFusion 2016
Replies: 4
Views: 12162

Re: ADDT and ColdFusion 2016

Regarding the errors with ADDT and ColdFusion 2016 (CF2016); 1) If I remove "Restrict Access to Page" server behavior then all my pages work fine with CF2016 2) If I'm unable to find a fix regarding the ADDT "User Login" and "Restrict Access to Page", then I'll remove t...
by jlig
2016-09-28 17:57
Forum: ADDT
Topic: ADDT and ColdFusion 2016
Replies: 4
Views: 12162

ADDT and ColdFusion 2016

I recently set up a test server for CF2016, and imported all of my existing Sites, Datasets & folders. When I try and browse to my login.cfm page, I get the following error: KT_getRealValue: Unknown method: kt_login1. - Obviously this is an issue with the login script, but not sure what the fix ...