I created a form using the "raw.php" template...very plain and ugly formatting. I edited the html design in Dreamweaver and then tried to upload the new "form1.html" to overwrite the original, but it won't let me (upload failed). I made sure the permissions were all "777", but to no avail. I even tried opening the original "form1.html" using my server's file manager and copied and pasted the new html code over the old one and saved the file. Yet when I opened the source code for the newly edited file, it still had the original source code. No edits took effect! How do I make my "form1.html" look like the rest of my webpage?
Seems to be a bug in this script, but here is a solution: Copy the entire folder you make to clipboard, edit the -html or other files you want. Then upload to your server with another name. Chmod all files as described in README.file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I created a form using the "raw.php" template...very plain and ugly formatting. I edited the html design in Dreamweaver and then tried to upload the new "form1.html" to overwrite the original, but it won't let me (upload failed). I made sure the permissions were all "777", but to no avail. I even tried opening the original "form1.html" using my server's file manager and copied and pasted the new html code over the old one and saved the file. Yet when I opened the source code for the newly edited file, it still had the original source code. No edits took effect! How do I make my "form1.html" look like the rest of my webpage?
Here's the original "form1.html":
http://www.howl911.com/phpform/use/petstar/form1.html
and here is the edited design:
http://www.howl911.com/phpform/use/form3.html
Woohoo!
Got it to work. Don't ask me how. Perhaps it just took some time (like an hour) for the pasted html code to save ...
It's working great now.
Seems to be a bug in this script, but here is a solution: Copy the entire folder you make to clipboard, edit the -html or other files you want. Then upload to your server with another name. Chmod all files as described in README.file.