• Resolved diiisha24

    (@diiisha24)


    [arm_restrict_content plan=”1″ type=”show”]Plan 1[/arm_restrict_content][arm_restrict_content plan=”2″ type=”show”]Plan 2[/arm_restrict_content][arm_restrict_content plan=”3″ type=”show”]Plan 3[/arm_restrict_content][arm_restrict_content plan=”4″ type=”show”]Plan 4[/arm_restrict_content]

    I had written this code in view of the formidable form. But when tried to display the view with the use of shortcode it is not returning anything. And all of the 4 conditional content is returned when the user have no plan. I have properly checked my plan ID’s But nothing is displayed in output.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support dimplemodi

    (@dimplemodi)

    Hello,

    I have checked the shortcode provided and accordingly found that you have entered the wrong shortcode as the ‘Else’ part is missing and so the content is not displayed. Kindly follow the below provided shortcode.

    [arm_restrict_content  plan=”1,”  type=”show”]Plan 1[armelse][/arm_restrict_content]
    [arm_restrict_content  plan=”2,”  type=”show”]Plan 2[armelse][/arm_restrict_content]
    [arm_restrict_content  plan=”3,”  type=”show”]Plan 3[armelse][/arm_restrict_content]

    [arm_restrict_content  plan=”4,”  type=”show”]Plan 4[armelse][/arm_restrict_content]

    Replace this shortcode and then let me know how it goes.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Conditional Content Restrictions are not working’ is closed to new replies.