GuideU is almost here!
Our launch is just around the corner. Provide us with your email address and we will make sure to keep you in the loop.
<%= form_tag subscribe_to_newsletter_path, method: :post, class: 'form-horizontal' do %>
<%= text_field_tag :email, nil, placeholder: 'Email Address' %>
<%= submit_tag "Join our Mailing List", class: 'ts_btn', id: 'join_mailing_list_button' %>
<% end %>