Computers |
|
| | #1 (permalink) |
| Ultra Techie Join Date: Jun 2007 Location: Surrey, UK
Posts: 821
| Hi, i need to find a way of getting to email me the details when the form has been filled in. I tried the action="MAILTO:blah@blah.com" but it just opened up my email client. I dont want it to do this. I know HTML and CSS, and some PHP, but otherwise i have no idea how to do this. can anyone help meee? |
| | |
| | #3 (permalink) |
| Ultra Techie Join Date: Jun 2007 Location: Surrey, UK
Posts: 821
| HTML. but if its the <form action="MAILTO: " then i dont want that, because that wont work. im making a website for the in-game browser in EVE online, which has very limited coding capabilities. it supports HTML 3.2, and CSS, and a few others. thanks |
| | |
| | #4 (permalink) |
| Every Kudo = 1 Puppy Dead Join Date: Oct 2007 Location: Sydney, Australia
Posts: 1,385
| PHP Code:
__________________ ![]() My pick up line is: I know Vernong. Trotter: "Ask all the questions you want... whatever we don't know, we'll make up something that sounds pretty good." Last edited by zedman3d; 07-25-2008 at 07:52 PM. |
| | |
| | #5 (permalink) |
| Ultra Techie Join Date: Jun 2007 Location: Surrey, UK
Posts: 821
| Code: <form action="MAILTO:planetaliens98@hotmail.com" method="post" enctype="text/plain"> <p> Character Name <input type="text" name="firstname"> </p> <p> First Name IRL <input type="text" name="lastname"> </p> <p> Character Race <select name="race"> <option value="gallente">Gallente</option> <option value="caldari">Caldari</option> <option value="minmitar">Minmitar</option> <option value="amarr">Amarr</option> </select> <p> Email <input type="text" name="email"> </p> <p> <input type="submit" value="Submit"> <input type="reset" value="Reset"> </form> |
| | |
| | #6 (permalink) |
| Every Kudo = 1 Puppy Dead Join Date: Oct 2007 Location: Sydney, Australia
Posts: 1,385
| Change the first line with: PHP Code: PHP Code: PS: Thats the basic way, ask me for more help if you need any. If you get that working, ill give you a good code for checking if the email is correct and exists.
__________________ ![]() My pick up line is: I know Vernong. Trotter: "Ask all the questions you want... whatever we don't know, we'll make up something that sounds pretty good." Last edited by zedman3d; 07-25-2008 at 11:21 PM. |
| | |
| | #7 (permalink) |
| Ultra Techie Join Date: Jun 2007 Location: Surrey, UK
Posts: 821
| thanks a lot zedman. i copied the code, but edited it a bit. i was sort of following what you said and what another website said at the same time: PHP Code: and yes i Would like that code for checking the email is correct lol. currently theres no form of validation, and nothing to stop someone from just flooding my inbox. |
| | |
| | #8 (permalink) |
| Every Kudo = 1 Puppy Dead Join Date: Oct 2007 Location: Sydney, Australia
Posts: 1,385
| PHP Code: |
| | |
| | #10 (permalink) |
| Wizard Techie | You can either put it in a functions file (if you use many functions) or you can just leave it in the same page. That code checks the email, with an if statement at the bottom: PHP Code: PHP Code: |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Javascript form | cyrax | Web Graphics, design, digital images | 1 | 02-03-2008 09:36 PM |
| Need PHP and JavaScript Form Validation Scripts | aetherh4cker | Programming Discussions | 2 | 01-06-2008 04:16 PM |
| HTML E-Mail Form (Outlook issue) | Tempest | Programming Discussions | 2 | 11-24-2007 02:54 PM |
| How can I use MS Outlook Contacts track clients emails and clients information? | david55 | Windows Operating Systems and Software | 7 | 11-12-2007 07:18 AM |
| Help with downloading emails to outlook 2000 | pengyou | Browser & General Internet Questions | 1 | 09-04-2007 01:11 PM |