Thanks@rahul . Keep up the good work. 🙂
Oh sorry, this is not for translating the form success/errors messages. I want to append another box on top of the form after the Ajax is finish. I need to have an event when Ajax is finish and get the success or the error message to append it in this new box. Example : $(document).on('ap_after_ajax', function(e, data) {   var message = data; $('#ap_user_profile_form').prepend('<div class="msg">'+message+'</div>'); }); How could achieve this ? Thanks! 🙂
isnt there any way to allow the people who answer automatically subscribe to that post or question?
Since 3.0.0 we are using JS template to load user dropdown menu. But you can get inspired. Also you can inspect source in browser for more detail
Disable Akismet check in AnsPress option->moderation