Advertisement
progreccor

form for yootheme warp 7

Aug 10th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.37 KB | None | 0 0
  1. <form class="uk-form">
  2.     <div class="uk-grid " data-uk-grid-margin="" data-uk-grid-match="{target:'.tm-panel'}">
  3.         <div class="uk-width-medium-1-3 tm-panel">
  4.             <div class="uk-form-row"><input name="name" type="text" class="name required uk-form-large uk-width-1-1"
  5.                                            placeholder="Имя"/></div>
  6.             <div class="uk-form-row"><input name="phone" type="text"
  7.                                            class="name phone required uk-form-large uk-width-1-1"
  8.                                            placeholder="Телефон"/></div>
  9.             <div class="uk-form-row"><input name="email" type="text"
  10.                                            class="name email required uk-form-large uk-width-1-1" placeholder="Email"/>
  11.             </div>
  12.         </div>
  13.         <div class="uk-width-medium-2-3"><textarea cols="" name="question" rows="5"
  14.                                                   class="uk-width-1-1 uk-form-large tm-panel"
  15.                                                   placeholder="Сообщение"></textarea></div>
  16.     </div>
  17.     <div class="uk-grid">
  18.         <div class="uk-width-1-3">&nbsp;</div>
  19.         <div class="uk-width-2-3">
  20.             <button class="uk-button uk-button-primary rf-button-send" style="float: right;">ОТПРАВИТЬ</button>
  21.         </div>
  22.     </div>
  23. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement