Label code not correct
-
Your <label> tags aren’t being output correct.
On line 134 of the form-output.php file you need to change:
$for = !in_array( $field_type, array( 'checkbox', 'radio', 'time', 'address', 'instructions' ) ) ? ' for="%4$s"' : '';
to
$for = !in_array( $field_type, array( 'checkbox', 'radio', 'time', 'address', 'instructions' ) ) ? '%4$s' : '';
Please update your plugin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Label code not correct’ is closed to new replies.