// append or prepend elements
$(document).ready(function() {
	$('.wpcf7-form').prepend($('.wpcf7-response-output'));
});
