Hi, my question is how to restrict a button that have a link to another page. This is for a event listing page. The user can see all the event description but once they click on this button they suppose to go to the ticket window to order and buy their tickets. I need to restrict that button to register this user first before the go to the order page. This is the button code with the link address:
<a class="b_register" href="#"> Register Now </a><p> <strong>Admission :</strong><br>Event member receive free entry, a free drink and are eligible to win prizes.Entry for non-member is $ 10 </p>
How can I do this with s2member, thank you!!