[desc]: The captcha does not display on the Contact Us form I made when logged in, but if a user is logged in, how do I make the entire form invisible?
You'd have to do this outside of cforms, as part of your WP theme so to speak. Instead of inserting the form in your post/page via the editor you then would have to include it via the PHP call, in case the user is not logged in (see Help page).