Note: New and improved version Nov. 2012
After a way to long time the plugin has been vastly improved and finalized from the version that was released in 2007.
Overview
With this plugin you can let users of FarCry add custom forms to their websites. Each form submission will be emailed to an address that is defined for each form, as well as being logged and available from the FarCry administration.
Documentation
A pdf file with documentation is enclosed in the downloadNo documentation for the time being, but please contact trond@idl.no if you should have any questions.
License
This plugin is open-source under the Apache License, Version 2.0the GNU GENERAL PUBLIC LICENSE
If you have questions or would like to contribute in further enhancing the plugin, please contact me.
...
You can download a zip file with the plugin and documentation here: DOWNLOAD.
Download from subversion repository will follow.
...
31.07.2007: Published version 0.2
28.11.2012: Published version 1.0
This plugin is released by IDLmedia AS
Installation Notes for FarCry
...
6.0
Go to your project folder (www/) and find farcryConstructor.cfm. In there, there should be a line
Code Block |
---|
<cfset THIS.plugins = "farcrycms" />
|
Change this to include idlform:
Code Block |
---|
<cfset THIS.plugins = "farcrycms,idlform" />
|
Update your application, and when you go back to webtop, you should see another tab in the admin relating to forms. Go that, and click on each of the two options, then click "deploy" to set up the necessary tables. Once that is done, there are still two other tables that must be set up in the database. To do that, you will need to use the Type/Rules manager (under development admin admin settings) and deploy the idlform types there.