markotvz

dio kontakt forme koji treba raditi tj radi

Jul 23rd, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.58 KB | None | 0 0
  1. <form id="kontakt_forma" action="mail.php" method="post">
  2.                             <p>Unesite e-mail adresu</p>
  3.                             <input type="email" id="email" placeholder="Vaša e-mail adresa" size="50" required>
  4.                             <p>Vaša poruka</p>
  5.                             <textarea name="poruka" id="poruka" rows="8" cols="40"></textarea>
  6.                             <div class="g-recaptcha" data-sitekey="MY_SITE_KEY"></div>
  7.                             <input type="submit" name="submit" id="posalji" value="Pošalji poruku">
  8.                         </form>
Advertisement
Add Comment
Please, Sign In to add comment