TAG | CommonSpot
Here are some Tips and Tricks that I learned during the CommonSpot developer training. I’ve found them useful while working in this CMS so maybe you will too! Debug Settings Add this to the end of your site’s URL to fire up the debug settings. /loader.cfm?csmodule=utilities/debug-settings Cacheing Don’t want your element to cache while you’re [...]
13
CommonSpot Custom Field Validation
6 Comments | Posted by Will Wright in Cold Fusion, CommonSpot
The Problem You’re making a form and the out-of-the-box field types just aren’t cutting it. Most web developers are familiar with this scenario. The biggest culprits are phone numbers, addresses, and credit cards. Let’s look at how you can quickly inject you’re own JavaScript validation into a CommonSpot form to handle any kind of validation [...]
