Method: Formbuilder::ResponseField#input_field

Defined in:
app/models/formbuilder/response_field.rb

#input_fieldObject

Does this field take an input? (An example of a non-input field is a section break.)



11
12
13
# File 'app/models/formbuilder/response_field.rb', line 11

def input_field
  @input_field
end