First of all, thank you for your kind help.
I have tried almost everything I found on stackoverflow but I cannot get this to work.
I created a form to send a te
Change:
$(".result").appendTo(response)
to:
$(".result").append(response)