• Resolved timwillis

    (@timwillis)


    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>";

    • This topic was modified 6 years ago by timwillis.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Franky

    (@liedekef)

    Totally correct, fixed for the next version. It has been in there for quite some time 🙂
    I also fixed it in 2.0.25 for people downloading now or in the future.
    Thanks for this!

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Error Undefined variable: id’ is closed to new replies.