Greetings. I am working on a service provider website that allows anyone available to work to submit their data through an input form which is collected to a content manager and displayed on 2 separate pages. First page has minimal info submitted by user. Second page is displayed when any site visitor clicks on “See More” button they are taken to the second page which displays in detail data the user submitted.
During the registration process, users are prompted to give permission for employers to access their contact info for direct contact.
I would like to hide the contact info (email address & phone number) from publicly being displayed on the second page, and limit access to the email and phone number to subscribers only. The idea is that when a site visitor clicks on the Contact Me button located on the second page, either the email address and phone number displays if they are a paying member or the user is prompted pay for access through the plan page. The email and phone number will display just above the Contact Me button (where it is currently hidden).
I’ve gotten as far as being able to Hide the email and phone number through Dev Mode. But am uncertain how to display them only to members that have subscribed and have active subscription plans. I currently have two plans available. One plan expires after 1 week and the second plan auto renews monthly.
I have basically zero knowledge of coding, only from what I’ve seen and tried from videos I found online. So I would truly appreciate if anyone can help me with easy to follow steps to accomplish this task.
Thank you.