Skip to content

Instantly share code, notes, and snippets.

@Bramjetten
Created February 5, 2016 07:51
Show Gist options
  • Save Bramjetten/b2a6e0fb9521e2c948d6 to your computer and use it in GitHub Desktop.
Save Bramjetten/b2a6e0fb9521e2c948d6 to your computer and use it in GitHub Desktop.
= form_for [spina, Spina::Inquiry.new], remote: true, html: {class: 'contact-form'} do |f|
= raw negative_captcha(captcha)
%p= f.negative_text_field captcha, :name, placeholder: 'Naam'
%p= f.negative_text_field captcha, :email, placeholder: 'Email'
%p= f.negative_text_area captcha, :message, placeholder: 'Bericht', rows: 5
%p= button_tag "Bericht verzenden", type: :submit, class: 'button'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment