Jump to content

форма для заполнения

Featured Replies

comment_192997

Вот тебе простой пример:

<form action="submit.php" method="post">
  <label for="name">Имя:</label>
  <input type="text" id="name" name="name"><br><br>
  <label for="email">Электронная почта:</label>
  <input type="email" id="email" name="email"><br><br>
  <input type="submit" value="Отправить">
</form>

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.