Hello, Yes, you can make the reply form appear directly under its parent comment in Ajax Comments threaded mode instead of scrolling to the bottom of the thread. One way to achieve this is by using jQuery to dynamically insert the reply form immediately after the parent comment when the reply button is clicked. By leveraging the .after() method, you can ensure the form is placed directly beneath the relevant comment, creating a more intuitive and seamless McDVOICE reply experience. You may need to adjust the selectors based on your specific HTML structure to ensure proper placement and functionality.