Timer on profile page and referral count?

Is there any code or anyway to add a timer on profile I have a referral system using @code queens code. And I’m needing like a countdown timer like when they sign up there is a count down timer. Also I’m wandering if there is a way to display on there profile how many times there referral code is listed in the database?

Thanks,
Andrew

Many different timer options are out there…
https://support.wix.com/en/article/adding-and-setting-up-the-wix-countdown-clock-app
https://www.wix.com/corvid/forum/community-discussion/countdown-timer-1
https://www.grampsworkbench.com/Examples/Countdown

As for how many times that their referral code is listed in the dataset, then can’t you just simply query that dataset for the result?
https://www.wix.com/corvid/reference/wix-data.WixDataQuery.html

Ty I’m a newbie obviously I appreciate all your help your awesome!

do you know to query the dataset to show how many times Referral Code or #referralCode is displayed? there is a specific referral code per user which is pulled from the user id i need on each page to display the query of each specific users referral id or code! Any ideas?