Hello Mark,
Thanks a lot for your response, but unfortunately i didn’t manage to make it working, i’ve tried to rewrite the code using what you’ve done in that thread but had no luck.
Here is the code:
jQuery(document).ready(function($wj) {
$wj("form").submit(function(){
$wj("input[name$=\'post_title\']").val("a letter");
$wj("#content").text("hi");
return false;
});
});