Guest User

Untitled

a guest
Jan 13th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.86 KB | None | 0 0
  1. %section.pageTitle
  2.   .wrapper
  3.     %h2 Fale conosco
  4. .content
  5.   .wrapper
  6.     %h3 Envie um email
  7.     %form{:name => "contact", :id => "contatos", :action => "/", :method => "post", :enctype => "text/plain", :class => "simple_form"}
  8.       %fieldset
  9.         .field
  10.           %label{:for => "nome"} Nome
  11.           %input{:type => "text", :name => "nome", :placeholder => "Informe seu nome", :id => "nome", :class => "error"}
  12.         .field
  13.           %label{:for => "email"} E-mail:
  14.           %input{:type => "text", :name => "email", :placeholder => "Informe o E-mail", :id => "email"}
  15.         .field
  16.           %label{:for => "tel"} Telefone:
  17.           %input{:type => "text", :name => "tel", :placeholder => "DDD", :id => "tel", :class => "ddd"}
  18.           %input{:type => "text", :name => "tel", :placeholder => "Informe o Telefone", :id => "tel", :class => "tel"}
Add Comment
Please, Sign In to add comment