fuel / docs

Fuel PHP Framework - Fuel v1.x documentation
http://fuelphp.com/docs
Other
166 stars 233 forks source link

Problem on Form::label() #668

Closed keech closed 10 years ago

keech commented 10 years ago

Even if I set config/form.php like below return array( 'auto_id' => true, ); and set second argument of Form::label(), 'for' attribute is not created.

I found the problem point. form_instance_label

I hope your solution to this problem.

keech commented 10 years ago

I've made a mistake on the place to report this bug. I'll report this problem on "core".