Герда
Поставь сразу за скриптом Анкет:
<script type="text/javascript">
$(".post-content input").each(function(e) {
var a = $(this).clone().wrap('<p>').parent().html().replace(/<input/i,'<textarea')+'</textarea>';
$(this).replaceWith(a);
})
</script>
Я гляну, там делов на 10 минут