So recently I did buy a few templates for my business. They are HTML/CSS/JQUERY/JS/PHP based.
The problem is the following: In my field, the concurrence in pretty high and it's very common for people to download the templates and use them on their own. And since I did pay a lot for them, I don't want someone to get them for free, so I'm looking for a solution.
Here are a few things I thought about:
- Upload the libraries (CSS style files/JS ones) to a CDN and the access will be given only to my website URL.
- Making some function in PHP that links it to the CTA button. So if the PHP function doesn't exists, the CTA button will be dead.
I have some little experience when it comes about web dev. so I'm not even sure if these solutions are doable. That's why I'm asking you, maybe some of you know better.
Thank you very much and have a great day!