Page 1 of 1
I Need To Create A Web Form
#1
Posted 15 September 2007 - 05:28 AM
I need to create a web form for my site, but I do not know php. Can you please recommend me a php script or some free form builder?
#2
Posted 15 September 2007 - 09:07 AM
Hey jecia!
You can either use php or cgi to create your forms. CGI might be easier. PHP you'll have to work around a database and MSQL/CSV data logging etc.
Here's one I found for use with cgi scripts:
http://www.formbuilder.org/
If you would like to go into php and databases, here are some form builders for that (I wasn't able to find any FREE form builders, so you'll probably have to buy it and then download the script. There are some free demos, I'm not sure exactly how far in depth they go though):
http://phpforms.net/
http://www1.kmita-mail.com/
http://tools4php.com/form-wizard/index.html
One of the advantages though of php scripts is that you won't have to worry about bots spamming your form.
If you need any help, let me know.
Good luck!
You can either use php or cgi to create your forms. CGI might be easier. PHP you'll have to work around a database and MSQL/CSV data logging etc.
Here's one I found for use with cgi scripts:
http://www.formbuilder.org/
If you would like to go into php and databases, here are some form builders for that (I wasn't able to find any FREE form builders, so you'll probably have to buy it and then download the script. There are some free demos, I'm not sure exactly how far in depth they go though):
http://phpforms.net/
http://www1.kmita-mail.com/
http://tools4php.com/form-wizard/index.html
One of the advantages though of php scripts is that you won't have to worry about bots spamming your form.
If you need any help, let me know.
Good luck!

"I would feel more optimistic about a bright future for man if he spent less time proving
that he can outwit Nature and more time tasting her sweetness and respecting her seniority."
E. B. White (1899 - 1985)
#3
Posted 15 September 2007 - 10:14 PM
As far a php, a database would be dependent on if you need to store/save the data from the form; you can also simply email the submitted data if you want without saving in a database.
#4
Posted 15 September 2007 - 10:37 PM
I suppose it would be prudent to see exactly what functionality to your website that you wish a form to provide. There are a ton of different ways to manipulate client data once it gets back to the server, and HTML does all of the work to get the form data back to the server. There are other means besides Php for accomplishing that particular task.
A web form is pretty trivial to create. Just using basic HTML one can create a functional form; perhaps not very pretty, but functional.
A web form is pretty trivial to create. Just using basic HTML one can create a functional form; perhaps not very pretty, but functional.
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens
#5
Posted 17 September 2007 - 10:19 AM
Thank you for suggestions. So far I found freedback and this free <a href="http://www.emailmeform.com">html form</a> builder which unlike freedback does not show any advertising in the free plan! ;-)
This post has been edited by jecia: 17 September 2007 - 10:20 AM
Share this topic:
Page 1 of 1

Help

Back to top










