Last modified 4 years ago
I'm using Mach-II's SES Urls, how can I get my cfforms to work?
This is not a Mach-II problem, but how CFML engines and url paths work. By default, most CFML engines use relative paths (e.g. append a path to the current path in the url), however when you're using SES Urls they get confused where certain scripts are located. Try using the scriptSrc attribute in your <cfform> tag that points to the location of the /CFIDE/scripts/ directory. You may have to copy these files to a know location in your website if on shared hosting or setup an a directory alias if you have control of your own server.
