Mas Andes
Sabtu, 01 Februari 2014
0
komentar
Print

Untuk membuat widget contact form pada halaman statis blog caranya masuk ke menu Laman, tambahkan laman kosong lalu masukan kode berikut ini ke dalam entry Statis page mode HTML (bukan Compose).
<div id="formcontact">
<h3>Contact Form</h3>
<form name="contact-form">
<input id="ContactForm1_contact-form-name" name="name" placeholder="Nama" size="30" type="text" value="" />
<input id="ContactForm1_contact-form-email" name="email" placeholder="Email" size="30" type="text" value="" />
<textarea cols="25" id="ContactForm1_contact-form-email-message" name="email-message" placeholder="Pesan" rows="5"></textarea>
<input id="ContactForm1_contact-form-submit" type="button" value="Kirim" />
<div style="max-width: 250px; text-align: center; width: 100%;">
<div id="ContactForm1_contact-form-error-message">
</div>
<div id="ContactForm1_contact-form-success-message">
</div>
</div>
</form>
</div>
0 Response to "Custom Contact Form Template Darkforyou"
- Berkomentarlah dengan sopan dan bijak sesuai dengan isi konten.
- Komentar yang tidak diperlukan oleh pembaca lain [spam] akan segera dihapus.
- Apabila artikel yang berjudul "Custom Contact Form Template Darkforyou" ini bermanfaat, share ke jejaring sosial.
Konversi Kode