AlexM1SHOP

Untitled

Mar 1st, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <form action="" method="post" onsubmit="if(this.name.value==''){alert('Введите Ваше имя!');return
  2. false}if(this.phone.value==''){alert('Введите Ваш номер телефона!');return false}urlGen(this);return true;">
  3. <input type="hidden" name="product_id" value="PRODUCT_ID"/>
  4. <input type="hidden" name="ref" value="WEBMASTER_ID"/>
  5. <input placeholder="ФИО" maxlength="25" name="name" type="text">
  6. <input placeholder="Телефон" maxlength="25" name="phone" type="text">
  7. <button type="submit">Заказать!</button>
  8. </form>
Add Comment
Please, Sign In to add comment