I know this is easy enough just removing the f.label, but then it changes the positioning (ie, would have to add padding).
Is there a way to do this without styling?
I tried
f.label :example, ""
But that would still yield ‘Example’
Any input is appreciated.
It certainly is a BAD PRACTICE to do what you are asking.
What I would do is,
<th></th>) for the labels as the first row(<tr></tr>)in html and the remaining text_fields as subsequent rows.label_tag from the loop and keep only the text_filed_tags inside
the loop.