Jump to content

Please help me with contact form!


zeppeos

Recommended Posts

I am totally beginer in PHP, but I want make to work contact form for my page ( template). I have only HTML code(with blank values), and I need valid html code and mail.php.

Please help me!

Thank you GOOD PEOPLE!

Here is a code:

<form action="mail.php">

<div class="cl"> </div>

<div class="column-cnt">

<div class="cl"> </div>

<div class="column">

<label for="your-name"><h3>Name</h3></label>

<span class="text-field"><input type="text" id="your-name" value="" /> </span>

</div>

<div class="column">

<label for="your-email"><h3>E-mail address</h3></label>

<span class="text-field"><input type="text" id="your-email" value="" /></span>

</div>

<div class="cl"> </div>

<p><h4>Some name</h4></p>

          <p><h4>ADDRESS, 31000 OSIJEK, HRVATSKA</h4></p>

      <p><h4>Tel: +385 00 00 00, +385 00 00 00</h4></p>

      <p><h3>Some text</h3></p>

        </div>

<div class="column-big">

<label for="your-message"><h3>Poruka</h3></label>

<span class="text-area"><textarea id="your-message" rows="" cols=""></textarea> </span>

<a href="#">Send</a>

 

Thanks again for your help!

Have nice day!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.