FluentCRM Shortcode Diagnostic
Test 1: WordPress Status Conditionals
This tests if the shortcodes can detect a simple WordPress login.
Result for LOGGED OUT users:
[fluentcrm_is_logged_out]
✅ SUCCESS: You are seeing the LOGGED OUT user message.
[/fluentcrm_is_logged_out]
Result for LOGGED IN users:
[fluentcrm_is_logged_in]
✅ SUCCESS: You are seeing the LOGGED IN user message.
[/fluentcrm_is_logged_in]
Test 2: CRM Data Conditionals
This tests if the shortcodes can connect to CRM data (tags). NOTE: You must be logged in as a WordPress user whose email address is ALSO a contact in FluentCRM with Tag ID X for this to work.
[fluentcrm_has_any_tag tags=”3″]
✅ SUCCESS: You have the required tag.
[/fluentcrm_has_any_tag]
Test 3: Personalization
This tests if the shortcode can pull data for a known contact. NOTE: You must be logged in as a WordPress user whose email is also in FluentCRM.
Your First Name is: [fluentcrm_contact property=”first_name”]
Your Email is: [fluentcrm_contact property=”email”]
Test 4: Shortcode from FluentCRM