Edit the pfs-submit.php of the plugin:
find the ff code (line 118):
if (False === strpos($content,$imgtag)) $content .= "\n\n$imgtag";
replace it with:
if (False === strpos($content,$imgtag)) $content = "$imgtag\n\n".$content;
embedding the plugin in the templates doesn’t work