I need to create rules for showing or hiding lots of fields based upon whether the viewer is logged in and, if logged in, what role she or he has. Is this possible with Advanced Custom Fields?
Image below shows what I need. On the left is what a site visitor would see who is not logged in. On right is what a logged in visitor sees.

Thank you,
Dan
This is more of a general WP question. You’d used the WP function is_logged_id() to test to see if the user is logged in and then show or not show the fields based on that. http://codex.wordpress.org/Function_Reference/is_user_logged_in