View Full Version : Web Forms
design-is
Jun 25, 2008, 05:42 AM
Hi all
I'm I'm trying to get to grips with web design & development, but have had no formal training so my knowledge lacks in certain areas quite drastically. :o
I have no idea how to make web forms.
If anyone can point me in the right direction (or tell me how themselves) that would be great. I need to know how to create forms like on the following page:
http://www.croydonbusiness.com/bobs/quest1.html
So it must be able to submit details of different types and submit a files.
Thanks in advance for any help!
Malfoy
Jun 25, 2008, 05:58 AM
http://www.w3schools.com/html/html_forms.asp
Uploading a file gets a bit tricky
http://www.htmlgoodies.com/beyond/php/article.php/3472551
is a simple php way. each language im sure has its own way.
heppy
Jun 25, 2008, 06:08 AM
matt's formmail.php is your friend.
google it and you should be fine. It might take a while to get your head around it but there's plenty of support forums around that should point you in the right direction.
Simon
design-is
Jun 25, 2008, 06:17 AM
Cheers guys, I'll delve in and see how I handle it.
Any further help still welcome :)
Cepe Indicum
Jun 25, 2008, 06:30 AM
Cheers guys, I'll delve in and see how I handle it.
Any further help still welcome :)
Have you had a look at wufoo (http://wufoo.com/)? I haven't used them (yet!), though I do have a trial account. You create the form online, using their great templates and builder, then export the code.
I also have little / no web experience, but this is really easy to use!
Hope it helps, and good luck!
design-is
Jun 25, 2008, 07:16 AM
Have you had a look at wufoo (http://wufoo.com/)? I haven't used them (yet!), though I do have a trial account. You create the form online, using their great templates and builder, then export the code.
I also have little / no web experience, but this is really easy to use!
Hope it helps, and good luck!
This looks promising, I might not have time to learn myself right now, so this may prove to be the quick fix I need. Especially since I don't know the server capabilities I'll be working with.
EDIT - www.formlogix.com looks capable too...
jdl8422
Jun 25, 2008, 02:09 PM
http://www.tele-pro.co.uk/scripts/contact_form/
Works Great!
design-is
Jun 25, 2008, 02:25 PM
The theme occuring seems to be that file upload funtionality is the tricky part.
Thanks again for all your input, & more still welcome.
Me1000
Jun 25, 2008, 02:28 PM
it would help to know what type of server side technology you are using..
PHP?
design-is
Jun 25, 2008, 05:27 PM
Yes, sorry. I fully expect it to be php. I fully hope it will be, because I vaguely know my way around that almost enough lol
Other types are beyond me at the mo.
japaternoster
Jun 25, 2008, 05:40 PM
For a decent php script with file uploads, it may be worth merging some of the previously mentioned form scripts with the one here (http://www.webdeveloper.com/forum/showthread.php?t=101466) for file uploads. Although this is currently only supporting photos, it would be quite (very) easy to make it upload any file of any size. The code is well commented and easy to understand. Alternatively, theres is a script called form2email (http://www.Form2Email.net/) which seems to have all of the features that you could want.
I don't know what other users feel to this idea, but maybe there could be a sticky of opensource scripts and user-submitted scripts for reference? Or perhaps have an area of the MR wiki dedicated to this task.
vBulletin® v3.6.10, Copyright ©2000-2009, Jelsoft Enterprises Ltd.