[eluser]InsiteFX[/eluser]
You could also create your MY_form_helper from form_help and add your fix, but I would not recommend this!
This is the function that is causing you your problem in the form_helper!
Code:
function form_prep($str = '', $field_name = '')
InsiteFX