Advertisement
Guest User

Untitled

a guest
Jan 14th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.56 KB | None | 0 0
  1.  
  2.         <form  action="wyslij_email.php" method="POST" class="form-inline" role="form">
  3.         <div class="message">
  4.             <p>Adres email rodzica</p>
  5.             <input type="text" name="email" class="form-control" placeholder="example@gmail.com" size="35"><br>
  6.             <p>Temat</p>
  7.             <input type="text" name="temat" placeholder="temat" size="35">
  8.             <p>Treść wiadomości</p>
  9.             <textarea  name="wiadomosc" cols="40" rows="8" placeholder="Text wiadomości"></textarea><br>
  10.         </div>
  11.         <input type="file" name="plik"/>
  12.         <button type="submit"  class="button">Wyślij</button>
  13.         </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement