beaverbuilder / feature-requests

Feature request board for Beaver Builder products.
26 stars 4 forks source link

Support for retrieving localStorage values as well as using Conditional Logic with localStorage values #335

Open zackpyle opened 11 months ago

zackpyle commented 11 months ago

Is your feature request related to a problem? Please describe. Currently Themer is compatible with Cookies. I would like to instead use localStorage for some scenarios.

Describe the solution you'd like I would like the exact same functionality that is provided for Cookies to also work for localStorage

Describe alternatives you've considered The only current alternative is to use javascript to both populate a module's html with localStorage values and to set conditions based on localStorage values