1. This shortcode will only display a "Click to Enroll and Get Started" button to Logged-In members that have access to DAP product Id = 1. [DAP hasAccessTo="1" isLoggedIn="Y" errMsgTemplate=""] ========================================================= 2. This shortcode will display DAP Login Form to not-logged-in users. [DAP isLoggedIn="N" errMsgTemplate=""] Login below to Enroll! [DAPLoginForm template="template5" redirect="/my-courses"] [/DAP] ========================================================= 3. This shortcode will display "Click here to Sign Up!" message to logged-in members that don't have access to product Id = 1 . You can also display a button or a link here to send users to your registration page. [DAP isLoggedIn="Y" hasNoAccessTo="1" errMsgTemplate=""] Click here to Sign Up! [/DAP] =========================================================