Witam! Zwracam się z pytaniem czy ktoś posiada php od formularza kontaktowego żeby współpracowało z tym kodem html:
Kod:
<form action="templates/*****/wyslij.php" method="post">
<div><label for="nick">Imię i Nazwisko: </label> 
<ul>
<input id="nick" class="text" name="nick" type="text" /> 
</ul>
</div>
<div><label for="temat">Temat: </label> 
<ul>
<input id="temat" class="text" name="temat" type="text" /> 
</ul>
</div>
<div><label for="mail">Twój adres e-mail: </label> 
<ul>
<input id="mail" class="text" name="mail" type="text" /> 
</ul>
</div>
<div><label for="tresc">Treść: </label> 
<ul>
<textarea id="tresc" cols="50" rows="5" name="tresc"></textarea> 
</ul>
</div>
<div>
<ul>
<input type="submit" value="Wyślij" /> 
</ul>
</div>
</form>
Szukałem to w internecie ale te które znalazłem nie działały albo nie spełniały moich oczekiwań. Ja jestem zielony w php więc zwraca się z tym pytaniem do was.