i'm wondering if i can setup subscription options that only allow access for one day of the week. for example, i'd like to have say a user signup to only get access on Saturdays ONLY... is this possible?? cheers steve
Nothing out of the box for this- you would need some custom coding. Maybe a javascript on the page checking for the day of the week, and if its a sat then display the content. David