Hello i need to remove a form tag but non the content:
not remove this only the form tag
In case you have many elements that need to be modified:
$('.element').replaceWith(function() { return $(this).html(); });
jsFiddle: http://jsfiddle.net/calvintennant/mdrHb/