Kode HTML Dan Widget Contact Form Blogspot
Fungsi Contact Form telah diketahui untuk mempermudah pengunjung berkomunikasi dengan Kita , tanpa harus susah-susah mengirim Email lewat akun Email mereka masing-masing , nah dengan adanya Formulir kontak ini para pengunjung hanya perlu mengisi Data diri berupa nama , Email dan sejenisnya lah , kemudian Tulis pesan dan tinggal kirim.
Waktu buka email gmail ada email masuk dari blogger bahasa inggris
https://mail.google.com/mail/u/0/h/1lazxfl4vtgzn/?&v=c&ser=AIKcX54EUeTJ7kcjvDTH56OkvibG39pihA&th=13eaadd8b3e46762
isinya:
We introduced a new "Contact Form" widget today. If a reader enters a valid name, email address, and message into the form, the blog owner will receive the message via their email of record.
To install the widget from the #Blogger dashboard, select: Layout > add a gadget. The Contact Form widget is located under the "More Gadgets" tab.
Happy #blogging !
Atau dalam translete bahasa Indonesianya:
Kami memperkenalkan baru "Contact Form" widget hari ini. Jika pembaca memasuki nama yang valid, alamat email, dan pesan ke dalam formulir, pemilik blog akan menerima pesan melalui email mereka rekaman.
Untuk menginstal widget dari # Blogger dashboard, pilih Layout> add gadget. Bentuk Kontak widget terletak di bawah "Lebih Gadget" tab.
Selamat # blogging!
Letak Widget lihat gambar dibawah ini:
Namun untuk kode HTML copy kode dibawah ini:
<div class='widget ContactForm' id='ContactForm1'>
<div class='contact-form-widget'>
<div class='form'>
<form name='contact-form'>
<p></p>
Name
<br/>
<input class='contact-form-name' id='ContactForm1_contact-form-name' name='name' size='30' type='text' value=''/>
<p></p>
Email
<span style='font-weight: bolder;'>*</span>
<br/>
<input class='contact-form-email' id='ContactForm1_contact-form-email' name='email' size='30' type='text' value=''/>
<p></p>
Message
<span style='font-weight: bolder;'>*</span>
<br/>
<textarea class='contact-form-email-message' cols='25' id='ContactForm1_contact-form-email-message' name='email-message' rows='5'></textarea>
<p></p>
<input class='contact-form-button contact-form-button-submit' id='ContactForm1_contact-form-submit' type='button' value='Send'/>
<p></p>
<div style='text-align: center; max-width: 222px; width: 100%'>
<p class='contact-form-error-message' id='ContactForm1_contact-form-error-message'></p>
<p class='contact-form-success-message' id='ContactForm1_contact-form-success-message'></p>
</div>
</form>
</div>
</div></div>
Sekian
Judul : Kode HTML Dan Widget Contact Form Blogspot
Deskripsi : Kode HTML Dan Widget Contact Form Blogspot Fungsi Contact Form telah diketahui untuk mempermudah pengunjung berkomunikasi dengan Kita , ...