I know this is a dumb question but I just got
phpFormGenarator installed.
I just this evening used the demo for php form generator on the source forge.net page and it worked great.I then downloaded the latest version and put it up on my server, install was easy.
Now thinking back I am wondering how you put this in your web page. Where does it create the code or do you just link to the page? I have looked for the last couple of hours on this forum and I didn't find any thing about putting it on your page.
I plan on using it tomorrow and I would appreciate if one of you kind people could answer my questions.
Thank You
rvman
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When you go through the form generation process, you end up with two files: form1.html and process.php . Both of these files are placed in the directory called "forms" . The process.php file contains all the form processing code, and you will not be touching this most of the time (unless you know PHP and know what you are doing). The other file, form1.html, is a simple HTML file. You can open this file up in your favorite HTML editor (such as Microsoft FrontPage) and edit it to make it appear the way you want it. Just be sure that you don't touch the form fields.
If you already have a web page, and you just want to insert the form in to your page, you can simply open up the form1.html file in a text editor like notepad, and copy the entire text from it, and then paste it in your webpage. Just make sure that you place this new webpage in the same spot as form1.html, because it needs process.php and a few other files.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-03-16
Thank you Mr. Musawir, I hope to have a feel for this program after expermenting with it today.
Thank You
rvman
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello All
I know this is a dumb question but I just got
phpFormGenarator installed.
I just this evening used the demo for php form generator on the source forge.net page and it worked great.I then downloaded the latest version and put it up on my server, install was easy.
Now thinking back I am wondering how you put this in your web page. Where does it create the code or do you just link to the page? I have looked for the last couple of hours on this forum and I didn't find any thing about putting it on your page.
I plan on using it tomorrow and I would appreciate if one of you kind people could answer my questions.
Thank You
rvman
When you go through the form generation process, you end up with two files: form1.html and process.php . Both of these files are placed in the directory called "forms" . The process.php file contains all the form processing code, and you will not be touching this most of the time (unless you know PHP and know what you are doing). The other file, form1.html, is a simple HTML file. You can open this file up in your favorite HTML editor (such as Microsoft FrontPage) and edit it to make it appear the way you want it. Just be sure that you don't touch the form fields.
If you already have a web page, and you just want to insert the form in to your page, you can simply open up the form1.html file in a text editor like notepad, and copy the entire text from it, and then paste it in your webpage. Just make sure that you place this new webpage in the same spot as form1.html, because it needs process.php and a few other files.
Thank you Mr. Musawir, I hope to have a feel for this program after expermenting with it today.
Thank You
rvman