[bug] Error messages are not displayed in the settings tab
-
Hello. Error messages coming from Ajax calls in the vendor’s settings tab are not displayed. The snippet that should do the job calls an element that doesn’t exist:
$('#wcfm_settings_form .wcfm-message').html('' + $response_json.message).addClass('wcfm-error').slideDown();
The only
.wcfm-message
present it the whole page is child to#wcfm_settings_submit
Best regards.
- The topic ‘[bug] Error messages are not displayed in the settings tab’ is closed to new replies.