Is it possible to overrule simpleform\'s naming of textfields within a form?
This:
= f.input_field :age_from,
Outputs in:
I think you need to pass it in the html attribute hash
html: {id: 'query'}