Jump to content


Photo

make a php file for my contact form?

php contact form

  • Please log in to reply
No replies to this topic

#1 abhanan93

abhanan93

    Young Padawan

  • Members
  • Pip
  • 1 posts

Posted 19 June 2013 - 08:52 AM

I have a html code for my form.

i just want to get a php file for my contact form so that it can work.

If you know then please write the code in the post reply.

code is:

<li class="bottom-contact-form">
                        
                            <aside class="widget">
                            
                                <h2 class="widget-title">Send Us a Message</h2>
                                
                                <div id="contact-form-wrap">
                                    <form id="contact-form" class="clearfix" action="http://www.felixplus.com/demo/boom/html/processForm.php" method="post">
                                        <span class="c-note">Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in anim id est laborum. Allamco laboris nisi ut aliquip ex ea commodo consequat. Aser velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint</span>
                                        <div class="contact-left">
                                        	<p class="input-block clearfix">
                                                <label class="required" for="contact_name">Name<span>*</span></label>
                                                <input class="valid" type="text" name="name" id="contact_name" value="">
                                            </p>
                                            <p class="input-block">
                                                <label class="required" for="contact_email">Email<span>*</span></label>
                                                <input type="email" class="valid" name="email" id="contact_email" value="">
                                            </p>
                                            <p class="input-block last">   
                                                <label class="required" for="contact_url">Website</label>                                                            
                                                <input type="url" value="" id="contact_url" name="url">
                                            </p>
                                        </div><!--end:contact-left-->
                                        <div class="contact-right">
                                            <p class="textarea-block">                        
                                                <label class="required" for="contact_message">Message<span>*</span></label>
                                                <textarea rows="6" cols="80" id="contact_message" name="message"></textarea>
                                            </p>
                                        </div><!--end:contact-right-->
                                        <div class="clear"></div>                            
                                        <p class="contact-button clearfix">                    
                                            <input type="submit" id="submit-contact" value="Send message">
                                        </p>
                                        <div class="clear"></div>                        
                                    </form>
                                    <div id="response"></div>
                                </div><!--contact-form-wrap-->
                            
                            </aside><!--end:widget-->
                        
                        </li>
                    
                    </ul><!--end:bottom-sidebar-->
                
                </div><!--end:span12-->
            
            </div><!--end:row-fluid-->
        
        </div><!--end:wrapper-->
    
    </div><!--end:page-bottom-->

I hope you will help me.







Also tagged with one or more of these keywords: php, contact form

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users