Forum
Arkadaşlar Merhaba,
İnternetten hazır html5 ccs3 bir şablon buldum ve editledim ancak php bilgim olmadığı için iletişim sayfasını hazırlayamadım.
İletişim formu için kod bu ancak php'ye göre uyarlayamıyorum.
Siteye ait dosyalar hosting de windows sunucu üzerinde barınıyor herhangi bir veri tabanı da bulunmuyor.
İletişim formu için bana yardımcı olacak arkadaşlar var mıdır?
<div class="footer-col contact col-md-2">
<form class="contact-form">
<h3>Contact</h3>
<div class="row">
<div class="col-sm-10">
<div class="form-group">
<form action="mail.php" method="post">
<input type="text" class="form-control" id="tbxName" placeholder="Your name" required>
</div>
<div class="form-group">
<input type="email" class="form-control" id="tbxEmail" placeholder="Your email adrress" required>
</div>
<div class="form-group">
<input type="text" class="form-control" id="tbxPhone" placeholder="Your phone number">
</div>
<div class="form-group">
<textarea class="form-control" id="tbxComments" placeholder="Your comments" required></textarea>
</div>
<div class="form-group submit">
<button type="submit" class="btn btn-default">Submit</button>
</div>
</div>
</div>
Saygılarımla,
Merhaba,
Aşağıdaki siteden kendiniz generate edip kodları alabilirsiniz :
http://www.addressmunger.com/contact_form_generator/