• 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”;

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: MM Forms Community] calendar icon broken image’ is closed to new replies.