World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
When working with sites deployed to the Optimizely DXP, you may want to restrict access to the site in a particular environment to only authenticated users. This is useful when you're working on a site that's not yet live, and you don't want outsi...
While this is not something you would commonly do, here's how I approached converting a FormContainerBlock type to our custom ExtendedFormContainerBlock in Optimizely Forms for CMS 12. You may need to do this if you want to add custom properties o...
When working with Optimizely Forms, you'll find there are multiple ways to configure the functionality of a form. One of those options an editor can configure is "Allow multiple submissions from the same IP/cookie", which is commonly used to...
Here's a quick code snippet for adding a logout link to the Quick Navigator menu in Optimizely CMS 12. This is done a bit differently in CMS 12, since the logout page is using Razor Pages instead of WebForms, and the new logout method requires an...
What first started out as a "nice to have" feature, has now turned into a bigger experiment with EditorDescriptor . The original idea was pretty simple: "Can the font be changed in the Optimizely CMS UI for a textarea (string) property editor, may...