Is it possible to change a field value when a certain subscription was paid for by the user? For example the following scenario:
Subscription plan 1 = set field picture = 1
Subscription plan 20 = set field picture = 20
Then display a different small picture on top of the canvas picture according to the field picture value (if field picture = 1 show picture1.jpg, if field picture = 20 show picture20.jpg etc)
Several questions to get me started:
1) How to set the field?
2) How to include that field (hidden) to the profile
3) How to use CSS (or javascript) to display a different picture according to the field value.
Hope my scenario is clear and easy to answer