Insert this code in your item page, on the contact form to display user active or not. <?php if (osc_is_web_user_logged_in()==1){ echo "User Active"; } else{ echo...