jQuery(document).on('submitResponse.example', function( e, response ) { var errors = response.errors; if ( errors == false ) { $('#ninja_forms_form_5_cont').css('display','none'); $('.popmake-content').css('background-image','none'); $('.popmake-title').html('We\'re Firin\' Up Your Quote Right Now!').css('padding-left','15px'); $('.theFixins').html('We know you\'re probably pretty for your quote, so we\'ll cook up something good and fresh and serve it up for you just as fast as emails can travel. Thanks for stopping buy Fusion Studios!').css('background-image','url(http://fusionstudiosinc.com/wp-content/uploads/smoke3.png)').css('background-repeat','no-repeat').css('background-position', '106px 0px').css('padding','15px').css('text-align','center').css('color','#f57422').css('font-weight','bold').css('height','300px').css('display','inline-block').css('width','50%').css('vertical-align','top').css('padding-top','6%'); $('.burger').css('background-image','url(http://fusionstudiosinc.com/wp-content/uploads/firedUp.jpg)').css('background-repeat','no-repeat').css('display','inline-block').css('width','49%').css('height','300px').css('margin-left','-3px'); $('.theFixinsMobile').css('display','none') $('.theFixinsMobileFormSubmitted').css('display','inline-block').html('We know you\'re probably pretty for your quote, so we\'ll cook up something good and fresh and serve it up for you just as fast as emails can travel. Thanks for stopping buy Fusion Studios!'); } });