Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added install info for FC 5.0

...

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

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. That should be it.