Reply To: Can you use conditional based on a referring URL?

Forums General Can you use conditional based on a referring URL? Reply To: Can you use conditional based on a referring URL?

#631

You could with some PHP. WP Admin -> s2Member -> Restrictions -> Shortcode Conditionals -> PHP

E.g.

[s2If php="isset($_REQUEST['answer']) && $_REQUEST['answer'] == '1'"]
You answered "1".
[/s2If]