Looks like you have your form location and your generator location mixed up. I keep the generator in a separate folder altogether. The generator creates separate folders per form because the file names are reused in each new form. If you mix these up you will have problems like you are seeing. Basically your form is calling process.php but the process.php file it finds is from the generator, not the generated form.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, I almost have it working!!!
My Webpage is at http://www.local926.org/contact1.htm
When I click submit I get a Step # 5 Generation Process
Error on Line # 467 Cannot Create File
Does ANYONE have a clue what this error is....
Can't creat what file???
Any and all help will be appreciated
Thanks!
Alan A.
Staten Island, NY
Looks like you have your form location and your generator location mixed up. I keep the generator in a separate folder altogether. The generator creates separate folders per form because the file names are reused in each new form. If you mix these up you will have problems like you are seeing. Basically your form is calling process.php but the process.php file it finds is from the generator, not the generated form.