Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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 download.

License

This plugin is open-source under the Apache License, Version 2.0

If you have questions or would like to contribute in further enhancing the plugin, please contact me.

Also if you use the plugin in your FarCry projects I'd love to hear about it.

Download

You can download a zip file with the plugin and documentation here: DOWNLOAD.

Download from subversion repository will follow.

Version history

31.07.2007: Published version 0.2

This plugin is released by IDLmedia AS

Installation Notes for FarCry 5.0

Go to your project folder (www/) and find farcryConstructor.cfm. In there, there should be a line

<cfset THIS.plugins = "farcrycms" />  

Change this to include idlform:

<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  settings) and deploy the types there.

  • No labels