Avatar

Correct answer by
Level 2

Hi Rahul,

I was able to achieve the required functionality with Implementation approach 1 - client side customization as suggested.

I got the user input values through jquery and extended forum.js to get success handler of post created, as below.

addCommentSuccess: function(response) {

// get post id from response and make ajax calls to update subscription with the user input values

SCF.CommentSystem.prototype.addCommentSuccess.call(this, response);

}

Thank you for the insights.

-Asha G

View solution in original post