Skip to content

Instantly share code, notes, and snippets.

Created November 20, 2014 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a7f83374b73abb790b92 to your computer and use it in GitHub Desktop.
Save anonymous/a7f83374b73abb790b92 to your computer and use it in GitHub Desktop.
<form method="POST" action="<?php echo site_url(); ?>/email">
Nama: <br>
<input name="nama" value="" placeholder="Nama Anda" required /><br>
Email: <br>
<input type="email" name="email" placeholder="xxx@gmail.com" required /><br>
Subjek: <br>
<input type="text" name="subjek" placeholder="Subjek" required /><br>
Pesan: <br>
<textarea name="pesan" required placeholder="Pesan" class="form-control"></textarea><br>
<input type="submit" value="Kirim" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment