<% tag ||= scope.in_form ? "input" : "view"; no_edit ||= "skip" -%> <% required ||= "" ; required = comma_split(required.gsub('-', '_')) -%>
<% field_name = this_field_name input_attrs = {:no_edit => no_edit} if tag == "input" && no_edit == "disable" field_method = scope.field_name.to_s.sub('?', '').gsub('.', '-') id_for_this = param_name_for_this.gsub('[', '_').gsub(']', '') -%>
  <%= this_field_help %>