Improvements to the contact form

This commit is contained in:
Godwin
2016-07-09 23:48:53 -07:00
parent 22b7dc2129
commit 46c8443bc6
3 changed files with 42 additions and 28 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
= form_tag contact_send_path do
= form_tag contact_send_path, class: 'contact-form' do
= emailfield :email, nil, big: true, required: true unless logged_in?
= contact_reason_select
= textfield :subject, nil, required: true, big: true