I've just installed phpFormGenerator 2.08, and it's generating the forms and sending off email confirmations OK. It's also creating tables in MySQL and posting the data to them.
What it isn't doing, though, is generating the appropriate admin form. When I click on the link for it I get an error message telling me it can't find
/phpform/use/MyFormadmin/index.php
What should I do about this?
Steve
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've just installed phpFormGenerator 2.08, and it's generating the forms and sending off email confirmations OK. It's also creating tables in MySQL and posting the data to them.
What it isn't doing, though, is generating the appropriate admin form. When I click on the link for it I get an error message telling me it can't find
/phpform/use/MyFormadmin/index.php
What should I do about this?
Steve
The link is messed up. Its trying to access:
/phpform/use/MyFormadmin/index.php
It should be accessing:
/phpform/use/MyForm/admin/index.php