When trying to run the code below, I encountered an error in the console stating SyntaxError: missing ) after argument list.
$(document).ready(function() {
$(".blog-sidebar-form form").before("<p class="blog-sidebar-inform>Dummy Text</p>");
});