![]() |
|
|||||||
| Notices |
| CSS Forum Cascading Style Sheets (CSS) and XHTML Forum |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Ive followed a tutorial online to create a basic contact page (I have just copied and pasted the code to start with) but it doesnt work....
Can anyone tell me, or point me in the right direction of how to make a contact form using xhtml preferably as I dont know php although I am williing t o learn a bit if its not possible with JUST xhtml... thanks guys...
__________________
Plymouth Graphic and Website Design |
|
|
|
||||
|
__________________
Colour Printing and Integrated Cards || Graphic Design, Web Design UK || Logo Designer - Logo Design || Graphic Design Blog || Logo Design Logo Designer || Integrated Labels & Cards || Logo Design || Graphic Design Links || Web Design Rotherham UK || Logo Design UK || Web Design UK
|
|
||||
|
Thanks Toon, but is there no way of me creating one where the message simply gets sent to my email address?
__________________
Plymouth Graphic and Website Design |
|
||||
|
what language are you writing it in?
PHP or JavaScript?
__________________
http://justross.com/ |
|
||||
|
haha, thats the thing...xhtml
Whats the easiest way for me to do what I want to do?
__________________
Plymouth Graphic and Website Design |
|
||||
|
The tutorial that I followed and of which used a bit of php script creates this but it doesnt work...
__________________
Plymouth Graphic and Website Design |
|
||||
|
Quote:
PHP Code:
PHP Code:
HTML Code:
<form action="validation.php" method="post"> <legend>Name:</legend> <fieldset> <p> <select name="prefix"> <option>Prefix</option> <option value="Mr.">Mr.</option> <option value="Mrs.">Mrs.</option> <option value="Ms.">Ms.</option> </select> <label class="required">First:</label> <input type="text" name="first_name" size="18" /> <label class="required">Last:</label> <input type="text" name="last_name" size="30" /> </p> </fieldset> <legend>Email Adress:</legend> <fieldset> <p> <label class="required">Primary Email:</label> <input type="text" name="email_1" size="50" /> <label>Secondary Email:</label> <input type="text" name="email_2" size="50" /> </p> </fieldset> <legend>Phone Numbers:</legend> <fieldset> <p> <label class="required">Primary Phone Number:</label> <input type="text" name="phone_1" size="50" /> <label>Secondary Phone Number:</label> <input type="text" name="phone_2" size="50" /> <label>Mobile Number:</label> <input type="text" name="cell" size="50" /> <label>Fax Number:</label> <input type="text" name="fax" size="50" /> </p> </fieldset> <legend>Subject:</legend> <fieldset> <p> <label>Subject Type:</label> <select name="subject_type"> <option value="work">Concerning Work:</option> <option value="play">Not Work Related:</option> <option value="thnx">Thank You:</option> <option value="help">Error / Problem:</option> <option value="other">Other:</option> </select> <label>Tone:</label> <select name="tone"> <option value="relaxed">Relaxed</option> <option selected value="casual">Casual</option> <option value="polite">Polite</option> </select> <label class="required">Subject Text:</label> <input type="text" name="subject_text" size="50" /> </p> </fieldset> <legend class="required">Message:</legend> <fieldset> <p> <textarea name="message" rows="7" cols="50">Please enter your comments here.</textarea> </p> </fieldset> <input class="button" type="submit" value="SEND" name="send" /> </form>
__________________
http://justross.com/ |
|
||||
|
I developed this, it should help: Multiple Emails - PHP :: Labs - PR Design's Public Laboratory
__________________
Standards Compliant Web Consulting and Development | Labs - Free Snippets and Codes | CSS Wizardry |
|
||||
|
__________________
Plymouth Graphic and Website Design |
|
||||
|
Is the email being sent through a third party site? It's very slow, and possibly less reliable than one made by yourself.
__________________
Standards Compliant Web Consulting and Development | Labs - Free Snippets and Codes | CSS Wizardry |
![]() |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Flash Forms | mick young | Flash Forum | 1 | 15-02-2008 03:31 PM |