<% if cms_options[:label] %>
<%= f.label method, cms_options[:label] %>
<% else %>
<%= f.label method %>
<% end %>
<%= f.text_field method, options %>
<% if cms_options[:instructions] %>
<%=h cms_options[:instructions] %>
<%# Fixes issue with bad line wrapping %>
<% end %>