Forums

MM Forms Community
calendar icon broken image (2 posts)

  1. thadfiebich
    Member
    Posted 1 year ago #

    on a fresh load, the calendar icon is broken on a datepicker field.

    Fix:
    Root directory of the plugin
    open mm-forms.php
    Code line 5025:
    ORIGINAL
    $calendar_icon = get_option("siteurl") . "/wp-content/plugins".CONTACTFORM."/images/calendar.png";

    add a "/" after plugins

    MODIFIED
    $calendar_icon = get_option("siteurl") . "/wp-content/plugins/".CONTACTFORM."/images/calendar.png";

  2. tbelmans
    Member
    Posted 1 year ago #

    Hello,
    I've added this to the code base. Thank you for this fix.

    kind regards,
    Tom

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic

Tags

No tags yet.