PHP Error Undefined variable: id
-
Notice: Undefined variable: id in /home/glenmea8/public_html/wp-content/plugins/events-made-easy/eme_formfields.php on line 501
Please see code, I believe there is an errant $ in front of the id in line 501
$html = "<textarea $class_att $required_att name='$field_name' $id='$field_name' field_attributes>$value</textarea>";Should be
$html = "<textarea $class_att $required_att name='$field_name' id='$field_name' field_attributes>$value</textarea>";The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP Error Undefined variable: id’ is closed to new replies.