okay so i want to creat a form so that people can submit there name email and you tube video code. iv looked at many web tutorials but there iver full of ads that seperate everything and confuse you or want you to buy a program that does it for you. so i really need some help from you guys how would i code in html a form consisting of 3 labels 3 text boxes and a submit and cancle button that would save each submision to .txt format on the ftp webspace so i could open it and paste onto another web page. please help
Html Forms help please?
| amysanders wrote: |
| okay so i want to creat a form so that people can submit there name email and you tube video code. iv looked at many web tutorials but there iver full of ads that seperate everything and confuse you or want you to buy a program that does it for you. so i really need some help from you guys how would i code in html a form consisting of 3 labels 3 text boxes and a submit and cancle button that would save each submision to .txt format on the ftp webspace so i could open it and paste onto another web page. please help |
it would not be a pure html form if you wanted all of that.
you could get it to send to your email with pure html though.
http://w3schools.com/ is a great site for learning about html forms and many other web programming languages.
Hi
This how I made my form
http://udopage.com/udopage_90.php
Cheers Possum..
This how I made my form
http://udopage.com/udopage_90.php
Cheers Possum..
| amysanders wrote: |
| okay so i want to creat a form so that people can submit there name email and you tube video code. iv looked at many web tutorials but there iver full of ads that seperate everything and confuse you or want you to buy a program that does it for you. so i really need some help from you guys how would i code in html a form consisting of 3 labels 3 text boxes and a submit and cancle button that would save each submision to .txt format on the ftp webspace so i could open it and paste onto another web page. please help |
If you don't use server scripting languages, such as PHP and ASP, you can simply use Microsoft FrontPage extensions enabled server, it will work. Otherwise use Javascript customized script, it can write a text from forms into simple name.txt file in your server, though I think its less secure and 99% volatile.
| amysanders wrote: |
| okay so i want to creat a form so that people can submit there name email and you tube video code. iv looked at many web tutorials but there iver full of ads that seperate everything and confuse you or want you to buy a program that does it for you. so i really need some help from you guys how would i code in html a form consisting of 3 labels 3 text boxes and a submit and cancle button that would save each submision to .txt format on the ftp webspace so i could open it and paste onto another web page. please help |
u may look for guestbook or look around for a topic created by me. i've posted it not so long ago regarding this. good luck.
for such a simple form, you can code it yourself (check out http://w3schools.com), but you will need some kind of server-side, either cgi or PHP
ooo iv been looking for something like this for a while now aswell gonna check some of these links out. 
