peterpetersmythecom 0 Report post Posted October 28, 2010 Is there any way to have "Leave a Reply" be a drop-down without the post comment box? I'd like to just have where the reader clicks on "Leave a Reply" and then the whole comment thing drops down. Might be too difficult, but thought I'd ask. It'd make things a lot cleaner. Share this post Link to post Share on other sites
Andrew 207 Report post Posted October 28, 2010 Yes, this is possible but a little technical... You need to find a way to add something likej: `onClick="$('.commentlist, #respond').toggle();"` to the leave a response tag in the html... Then you'll need to hide those elements by default: `.commentlist, #respond {display:none}` This is untested, but anything is possible in Platform... really. Share this post Link to post Share on other sites