News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Help me to create a "mail.php" for my contact us form below.

Started by petes7, March 22, 2015, 08:41:18 AM

Previous topic - Next topic

petes7

Hello there, its a pleasure to have this chance of communicating to you once again. Happy new year to everyone! I have designed a website for a client and I am finding it difficult to have my contact us form to submit my information to my email address in the "mail.php". I need your urgent help please! below is the form.

Kindly write for me the "mail.php" for the form below. Thank you

<div class="span6">
<div class="pad_right20">
<h2>Contact Form</h2>

<div id="note"></div>

<div id="fields">
<form id="ajax-contact-form" class="form-horizontal" action="javascript:alert('success!');">


<div class="control-group">
<label class="control-label" for="inputName">Your full name:</label>
<div class="controls">
<input class="" type="text" id="inputName" name="name" value="Your full name:" onBlur="if(this.value=='') this.value='Your full name:'" onFocus="if(this.value =='Your full name:' ) this.value=''">
</div>
</div>
<div class="control-group">
<label class="control-label" for="inputEmail">Your email:</label>
<div class="controls">
<input class="" type="text" id="inputEmail" name="email" value="Your email:" onBlur="if(this.value=='') this.value='Your email:'" onFocus="if(this.value =='Your email:' ) this.value=''">
</div>
</div>
<div class="control-group">
<label class="control-label" for="inputPhone">Phone number:</label>
<div class="controls">
<input class="" type="text" id="inputPhone" name="phone" value="Phone number:" onBlur="if(this.value=='') this.value='Phone number:'" onFocus="if(this.value =='Phone number:' ) this.value=''">
</div>
</div>


<div class="control-group">
<label class="control-label" for="inputMessage">Message:</label>
<div class="controls">
<textarea class="" id="inputMessage" name="content" onBlur="if(this.value=='') this.value='Message:'"
onFocus="if(this.value =='Message:' ) this.value=''">Message:</textarea
</div>
</div>


<button type="submit" class="submit"><em></em>Submit</button>     <button type="reset" class="submit"><em></em>Reset</button>
</form>
</div>

Thanks in advance and hope to hear from you so soon.

radu81

sorry for my bad english

Advertisement: