November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
There's no simple out of the box solution for this. What I would do is use EntityFramework to create a table mapping between the IDs of the checkbox items and the user ID of a logged in user. Then build your logic to create some JS sending to an API controller when a user checks the box to then save this data to the database therefore preserving. All requires some custom implementation that's just standard ASP.NET, therefore no in build solution for tieing Optimizely CMS content to user preferences.
Scott, interested to hear your perspective on using Entity Framework for persistance as opposed to DDS in this scenario?
I have a EPI cms website where on home page there is a quick link section.
Here we are showing all of the links which are added from the cms end in content area.
How we can put the checkbox for each of the links and one button too which will save/update the selected/unselected links data from home page by each users.
Users can decide which links will display next time when they will login again.
Please help me as i am new in EpiServer.