A few weeks ago I sent a pull request to Fuel/Core. https://github.com/fuel/core/pull/235
I since have done some work with the Form class which I had not previously used. I saw that the method of adding HTML around your fields in the config file uses find/replace of some sort for a slightly cleaner implementation. I was wondering if I should update that request I sent to match closer to the Form classes implementation to make it a little more consistent across classes?
Just a thought.