After creating a new form in phpFormGen, how do I protect myself from users creating other forms or deleting my form in the subdirectory? (I don't want to password protect the whole folder) I tried moving the created form to another forlder but ran into difficulties finding associated files (i.e. process.php).
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am with him, I installed a form and would like to make it safer. I set htaccess to password the phpform folder but does that mean that my form gets pw protected to. I dont want that. any way to make it so only the form is available?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can move the "forms" folder to another location but you must be sure to put all the files in it. Including process.php.Then you can password protect the other folders.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After creating a new form in phpFormGen, how do I protect myself from users creating other forms or deleting my form in the subdirectory? (I don't want to password protect the whole folder) I tried moving the created form to another forlder but ran into difficulties finding associated files (i.e. process.php).
Thanks
I am with him, I installed a form and would like to make it safer. I set htaccess to password the phpform folder but does that mean that my form gets pw protected to. I dont want that. any way to make it so only the form is available?
You can move the "forms" folder to another location but you must be sure to put all the files in it. Including process.php.Then you can password protect the other folders.