Thread: help with an application form
Results 1 to 2 of 2
Related
-
Best chat application for me Forum: Internet Services
Replies: 0 -
Making an application Forum: Website Scripts Forum
Replies: 8 -
Making Web Application Available Forum: General Discussion
Replies: 1
-
05-24-2008, 12:12 PM #1
help with an application form
I an making an application form for me clan website and i starting to get stuck, i was wondering if any one is kind enough to help me out i have just a few questions to start of with just to see if it works but i am unsuccessful
.
so far i have the following
Code:<div align=left> <form action="/application2.html" method="post"> <u>Real</u> First name:<input type="text" name="firstname"><BR> Last name:<input type="text" name="lastname">(Optional)<BR><BR> Email:<input type="text" name="Email"><BR><BR> <input type="radio" name="sex" value="male"> Male<BR> <input type="radio" name="sex" value="female"> Female<BR><BR> MSN:<input type="text" name="im"><BR> AIM:<input type="text" name="im"><BR> Yahoo:<input type="text" name="im"><BR> Meebo:<input type="text" name="im"><BR> Gtalk:<input type="text" name="im"><BR> Skype:<input type="text" name="im"><BR><BR> Xfire Name:<input type="text" name="xfire"><BR><BR> Do you have a Mic?<BR> <input type="radio" name="mic" value="yes"> Yes<BR> <input type="radio" name="mic" Value="no"> No<Br> <input type="radio" name="mic" value="gettingone"> Getting One<BR><BR> Requested Xeon Name.(3 Optional)<br> <input type="text" name="XeonName"><BR> <input type="text" name="Xeonname"><BR> <input type="text" name="Xeonname"><BR> <input type="submit" value="Send"> <INPUT type="reset"> </form>
i have managed to get ti to open up outlook or what ever is the default email programe but i was wondering if you could just send it with out it opening any thing, just a new page to say the application has been send.
my site is in html and i would like to have the application in html too, but i wouldn't mind if it was in php or summing to make it easier.
i do realize that i cannot post links but i have put my site just so people can see what i mean.
My Clan website is www(dot)xeonclan(dot)co(dot)uk
i sorry if this is a little bit confusing.
thankyou
Xeontom
-
06-05-2008, 05:18 AM #2
Re: help with an application form
No, you need server-side scripting (eg. PHP) to send emails. HTML is not enough. In PHP the mail() function is used to send emails.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum