var commentIDS = document.querySelectorAll('.comment-id-html'); var commentIdInputs = document.querySelectorAll('#response-form input[name="parent_comment_id"]');
commentIDS.forEach(function(commentID, index) { commentIdValue = commentID.querySelector('.jet-listing-dynamic-field__content').innerHTML; commentIdInputs[index].value = commentIdValue; });
