Please select the links below to view the functionality and see the code.
Unzip the files to the root of your webserver. Open up "coreformIncludes.cfm" and modify the <cfset coreFormBasePath = "/coreform/"> to whatever path you unzipped the files to. Then in your Application.cfm or cfc file that controls the area you want to use the forms in, insert the following code.
<cfset coreformstyle = "SkyBlue"> <!--- OrangeBreeze, SkyBlue --->
<cfinclude template="/coreforms/coreFormIncludes.cfm">
The first line is optional. There is a default skin that is applied if none is specified.
The help message mouseover popup was created by Oliver Bryant and can be found at this site.
The calendar was created by Mihai Bazon at Dynarch.com.
TinyMCE is created by Moxiecode systems.