Jump to content

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

Featured Replies

Подскажите, пожалуйста, как сделать похожую форму для заполнения чего-либо?

2023-05-01_14-17-52.png

Link to comment
https://ipbmafia.ru/topic/25603-forma-dlya-zapolneniya/
Share on other sites

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

<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>

 

Link to comment
https://ipbmafia.ru/topic/25603-forma-dlya-zapolneniya/?&do=findComment&comment=192997
Share on other sites

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.