Any tips and tricks that has to with the ADDT that doesn't fit into one of the other categories
-
-
How to format date in email?
Replies: 1
by
piripacchio » 2019-03-22 15:03
First post
Hello all,
hope someone is still around.
I need to format the date in an email. How can I do that?
The email is sent using the retrieve content from...
Last post
In the past I just used java scripting to fix date issues with some scripting like so...
function fixDate(region,lookupFunc) {
var eventDate =...
- 1 Replies
- 479 Views
-
Last post by FlyOTW
2019-04-03 22:16
-
-
ADDT and ColdFusion 2016
Replies: 4
by
jlig » 2016-09-28 17:57
First post
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...
Last post
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...
- 4 Replies
- 5784 Views
-
Last post by jlig
2018-01-26 19:23
-
-
ADDT replacement found
Replies: 5
by
Menno » 2016-11-02 02:32
First post
Hi
for some of the work I made in dreamweaver/ADDT I switched to Joomla with Fabrik.
But Joomla is not good for all my work, so I have been looking...
Last post
Hi Menno,
I'm sorry but i don't understand if with this tool (Spriptcase 9) is possibile to generate the same behaviours of ADDT.
For example, with...
- 5 Replies
- 7535 Views
-
Last post by Izbuh
2017-12-05 17:48
-
-
Disable some dates in date picker?
Replies: 1
by
piripacchio » 2017-09-11 08:32
First post
Hello all,
I'm still using ADDT with great satisfaction but I have a little problem related to dates and date picker. I need to disable some days in...
Last post
Tony,
Don't think there is a way to do it. Doing so would imply that you have a list of dates somewhere that can programatically blocked on the...
- 1 Replies
- 1474 Views
-
Last post by Fred
2017-09-23 17:59
-
-
- 3 Replies
- 2464 Views
-
Last post by Fred
2017-05-26 14:38
-
-
how to add a google recaptcha v2 to a form?
Replies: 1
by
piripacchio » 2017-05-22 10:13
First post
Hi all,
I'm trying to integrate a google recaptcha v2 on my website using ADDT.
I added recaptcha v2 using the data from the google site.
But the...
Last post
Hi Tony,
You need to verify the response.
Add the response to a POST then you can use the normal interakt/addt validation to check if the response is...
- 1 Replies
- 1407 Views
-
Last post by Fred
2017-05-23 10:18
-
-
convert crypted password to text password
Replies: 1
by
piripacchio » 2017-05-18 10:44
First post
Hi all,
Unfortunately, I have a website that I need to change from ADDT to another system and I have to carry on username and passwords.
But I used...
Last post
Not sure how ADDT encrypt the passwords.
So you probably better off just resetting the passwords. You can always use the excuse that you doing a...
- 1 Replies
- 1221 Views
-
Last post by Fred
2017-05-23 09:33
-
-
Sending email after updating a record.. Coldfusion
Replies: 4
by
jlig » 2012-02-22 23:49
First post
I'm trying to take your idea about sending email after updating a record , but it is not working? (your code is below)
- When I apply it to my page...
Last post
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...
- 4 Replies
- 2511 Views
-
Last post by jlig
2017-01-10 16:51
-
-
Send Email only if Form Button is clicked? Topic is solved
Replies: 2
by
jlig » 2017-01-06 18:55
First post
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...
Last post
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,...
- 2 Replies
- 1988 Views
-
Last post by jlig
2017-01-10 16:21
-
-
Send Email
Replies: 2
by
aletuba » 2016-11-17 18:36
First post
Hi, how add Replay-to in Send Email?
Last post
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...
- 2 Replies
- 6406 Views
-
Last post by jlig
2017-01-06 22:46
-
-
Sanitize a field before submitting a form?
Replies: 3
by
piripacchio » 2016-12-05 12:52
First post
Hi all,
I have a form with 2 fields: field 1 is a text field; field 2 is a hidden field.
I need to replicate field 1 on field 2 but applying some...
Last post
just to let other know the solution:
I simply included the CleaString function before the custom trigger:
// cleanstring and custom trigger...
- 3 Replies
- 7275 Views
-
Last post by piripacchio
2016-12-12 17:15
-
-
Multi-field Drop-down and session variables persistence
Replies: 5
by
piripacchio » 2016-03-22 18:09
First post
Hi all,
I developed a page that uses the Multi-Field Drop-down (MFDD).
It works almost perfectly.
The page, basically, allows me to enter 10 fields...
Last post
Tony here is my script I am using.
What I have is in my e-commerce module the client can either enter their delivery address or select from a list...
- 5 Replies
- 6622 Views
-
Last post by Fred
2016-03-23 13:41
-
-
UTF-8 DB
Replies: 1
by
energylevels2012 » 2014-06-08 23:57
First post
Is it OK to use MX Kollection or ADDT with UTF-8 MySQL DB - and potential issues??
Last post
Goodness me I didn't even see this post.
Obviously you got this sorted.
Here is a trick if your db is not set up properly.
Add this just below your...
- 1 Replies
- 4669 Views
-
Last post by Fred
2016-03-02 14:11
-
-
Dynamic list + "download all" button? Topic is solved
Replies: 1
by
piripacchio » 2016-02-24 10:35
First post
Hi all,
I'm creating a new project where the user can download files from a dynamic list.
This is easy with ADDT.
But I need to add another button:...
Last post
Tony haven't done something like this myself but the way I would approach it is as follows.
1. You have the dynamic list,
2. Pass the files into an...
- 1 Replies
- 3990 Views
-
Last post by Fred
2016-02-27 12:55
-
-
Generate password while sending email? Topic is solved
Replies: 3
by
piripacchio » 2016-02-15 16:27
First post
Hi all,
I'm still on top of ADDT (until I find something else that allow me to do the same thinks faster) and now I need to create a form contaning...
Last post
You welcome Tony.
Same here. Doing a lot of front-end coding manually but for general back-end stuff Interakt is still doing the job.
Backends tends...
- 3 Replies
- 4467 Views
-
Last post by Fred
2016-02-18 10:50
-
-
Multiple Image Upload ERROR 302. HTTP Flash Error
Replies: 3
by
titopuentes » 2013-04-19 10:46
First post
Hello.
My server upgraded php version to 5.3 and some includes gave errors.
I Upgraded files with new ones with php 5.3 support but multiple image...
Last post
Hi macJack,
Personally I don't use this SB so other than someone else had a similar problem and he changed to something else I can't help you.
I...
- 3 Replies
- 3136 Views
-
Last post by Fred
2016-01-31 23:25
-
-
- 2 Replies
- 4137 Views
-
Last post by energylevels2012
2015-11-30 07:19
-
-
ADDT javascript validation and server side validation
Replies: 1
by
piripacchio » 2015-11-03 10:10
First post
Hi all,
I need to migrate/integrate form validation made with ADDT with some server side validation.
What is the best way to do this with ADDT?
Does...
Last post
ok,
I just made some tests and it seems to work.
Here what I've done.
- I've set a session variable to get the actual date less 7 days:
if...
- 1 Replies
- 1752 Views
-
Last post by piripacchio
2015-11-03 11:32
-
-
custom transaction and date validation
Replies: 6
by
piripacchio » 2015-09-11 16:49
First post
Hi all,
I have problems trying how to figure how to check for inserted value in a custom transaction.
In this transaction I have a date field.
The...
Last post
Thanks Fred,
It's a good starting point.
Thanks again.
tony
- 6 Replies
- 3618 Views
-
Last post by piripacchio
2015-10-12 15:38
-
-
File not found: includes/common/lib/file_upload/KT_FileUplo
Replies: 2
by
torbjornm » 2015-02-17 15:58
First post
The cooperative I am a part of have a homepage made with Dreamweaver several years ago. Suddenly some of the pages stopped working with this error...
Last post
Emailed the file to you in rar format.
Hope it doesn't get blocked somewhere in the line.
- 2 Replies
- 1969 Views
-
Last post by Fred
2015-02-20 13:29
-
-
Upgrading to mysqli in ADDT
Replies: 16
by
StillWithADDT » 2013-05-06 20:33
First post
Hi All!
I'm pondering upgrading my ADDT Includes folder to use mysqli functions and to do the same with the underlying folders that insert the code...
Last post
There's a post on the adobe forums from someone claiming to have modified PHAKT AND MX KOLLECTION 3.7.1 to develop MySQLi code in Dreamweaver 8 - Its...
- 16 Replies
- 7265 Views
-
Last post by energylevels2012
2015-02-13 18:37
-
-
What Version Of MySQL is safe to upgrade too
Replies: 1
by
tomupton » 2015-01-19 13:05
First post
Hey Guy's,
I hope your all well and had a great weekend?
I was hoping someone maybe able to give me some advice here....
My dedi server is running...
Last post
Tom I have no idea.
I have 5.5.40-cll installed on my servers currently.
- 1 Replies
- 1712 Views
-
Last post by Fred
2015-01-23 00:40
-
-
KT_Email.class.php Topic is solved
Replies: 5
by
FlyOTW » 2014-12-10 01:47
First post
Hi All and mainly Fred,
First off Fred, It's awesome to know you are still here making it happen. I posted a long long time ago when you first...
Last post
Here is the link on the main site for the file.
- 5 Replies
- 3600 Views
-
Last post by FlyOTW
2014-12-11 19:19
-
-
Insert multiple rows in database
Replies: 2
by
Accumike » 2014-11-14 12:43
First post
We have a database that holds weekly employee shift information. There are up to 7 (daily) shifts for each job function.
Each employee shift is a...
Last post
Thanks Fred, I'll have a look at this.
- 2 Replies
- 5256 Views
-
Last post by Accumike
2014-11-25 18:55
-
-
PHP 5.4 onwards
Replies: 8
by
Nixtev » 2014-09-12 12:44
First post
Do we have any patches for newer PHP versions?
I've just discovered this morning after a server upgrade from 5.3 to 5.4 that Send E-mail To...
Last post
Ryan,
If you maintain your own box you could try and use this to enable multiple php versions on your box.
Works a charm.
- 8 Replies
- 4282 Views
-
Last post by Fred
2014-11-23 11:39
Forum permissions
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum