Skip to content

CMS PaaS (Content Management System)

CMS PaaS (Content Management System)

Categories

JUMP TO ANOTHER FORUM

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

186 results found

  1. When editors update child content, queries on the parent content that use "Expanded" do not update the results. The workaround is for the editor to go to each content item that uses the child content and click it's "Synchronize with Optimizely Graph" button. Simply waiting for a scheduled job does not work.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Graph  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. When an editor creates a form with an email field, the field should be marked as type="email" to support the new accessability laws.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Forms  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Editors often need to specify dates without a specific time.

    Today we solve this with a DateTime property and an editor descriptor to display a date picker without time in the CMS UI, meaning we'll have a date at midnight.

    However, this can easily lead to gotchas when working with multiple time zones.

    Support for the DateOnly type (introduced in .NET 6) would solve this.

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Editing (Content)  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. We have use cases where we need to search content to determine if an item is in the Trash. Currently, we use the cg-include-deleted: true header as described in the documentation. However, we have observed that duplicate results are returned from the Graph for Content() items.

    One result represents the original location (tombstone marker) with the property _deleted: null, while the most recent version in the index has _deleted: true.

    Although we can filter out duplicates on the client side, this approach is not ideal.
    We would like the _deleted property to be available as part of ContentWhereInput so that…

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Graph  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Seeking the ability to have frontend and backend server roles in the Optimizely DXP, similar to the way there is a special scheduler server role. Our website is currently set to use Affinity for backend purposes. we had Affinity off but it was turned on by the suggestion of Optimizely support. With the frontend and backend roles running on the same server the frontend customer facing website is forced to use affinity as well. This request is to create independent server roles for the frontend and backend so settings like Affinity could be managed independently. Would also like to be…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Description:
    The client has requested an enhancement to the existing form functionality on the Anglian Water site hosted on Optimizely DXP. The new feature should allow users to:

    Upload multiple files in a single form submission.
    View a list of all uploaded files before submitting the form.

    Acceptance Criteria:

    Users can select and upload multiple files simultaneously.
    Uploaded files are displayed in a preview list with file names and sizes.
    Users can remove files from the list before submission.
    Validation for file types and size limits is enforced.

    Could you please implement the functionality with support for CMS 11?
    We…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Gathering Feedback  ·  0 comments  ·  Forms  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. We have a need to query content under certain folder from GraphQL API. At the moment we can query the parent GUIDs from a block, but it only returns a list of GUIDs. It returns them in a certain order, so it is possible to find out from there which is which folder, but it would be easier if we could query also the name of the folder. At the moment GraphQL API does not index the folder information, so we would like the folder information also to be synced to the index.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Graph  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. As an editor using the Language Manager add-on to translate from one master language to another, I'd like to select individual properties to EXCLUDE from translation. Certain properties (e.g. URL, title etc) may contain key terms, names etc that should not be translated.

    Note: This is slightly different from another feedback idea;
    https://feedback.optimizely.com/forums/966081-cms-paas-content-management-system/suggestions/49891608-language-manager-won-t-let-you-exclude-terms-tran

    though both these ideas would solve the same core problem.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Translations  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. We are currently using Anglian water Optimizely CMS 11 and to strengthen our bot mitigation capabilities, we would like to implement Cloudflare Bot Management, including fingerprinting mechanisms for advanced bot detection.
    We understand that fingerprinting is a separate product offered by Cloudflare and is not currently included in the Optimizely DXP offering.

    We are requesting your Implement to:

    1. Implement Cloudflare Bot Management within our existing Optimizely CMS 11 setup.
    2. Integrate fingerprinting mechanisms to enhance bot detection and protection. 3.Configure real-time anomaly detection to throttle traffic from suspicious ASNs or geolocations.
    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. The Optimizely PAAS CMS platform has multiple touchpoints where scripts are injected into the frontend UI. Examples include Optimizely Forms, Content Recommendations, Search & Navigation etc.

    When these scripts are injected into the UI, they are not added with a Sub-resource Integrity attribute. An SRI check allows us to instruct the browser that it should not load a tampered version of a JS or CSS file and can protect users from man in the middle attacks. You can read more about SRI here: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity

    This is a commonly reported issue in penetration tests and clients are becoming increasingly more security…

    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Ability to smoke-test more than 1 site during smooth deploy (slot domains)

    As a CMS developer and QA specialist we want to be able to smoke-test multiple sites so that we can detect potential issues on all our sites during deployment with DXP Cloud Platform to our multi-site CMS platform.

    When we deploy to PREP/PROD we get a temporary SLOT to run our smoke-tests against. For example:

    https://projectidprep-slot.dxcloud.episerver.net/

    https://projectidprod-slot.dxcloud.episerver.net/

    These are the default URL provided by Optimizely and are configured on the first website. We would like to be able to smoke-test multiple sites on the SLOT instance.

    We could…

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Schema settings not out-of-the-box

    • Multiple back-and-forth with implementation agency for schema configuration
    • Need base schema templates by industry/content type
    • Critical for LLM optimization and structured data requirements
    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Gathering Feedback  ·  0 comments  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. They would like to see reports for pages where they have a lot of content to list the blocks and then pieces of information specific fields.

    Custom reporting functionality needed for content inventory management

    • Create reports by picking block/page template and selecting specific fields
    • Current process requires developer/agency hours for custom reports
    • Want ad hoc reporting: “insights report with just title, URL, publish date, authors”. or professionals reports with name, bio, etc.
    • Would free up agency hours for higher-value work
    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Change Log should be improved so it can have multi Changed By selection (with auto complete), and Exclude Changed By to ignore certain changes made by automated jobs (import jobs etc.)

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Editing (Content)  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. We need to stop few words from search or indexing. For example, in case of search term 'having a baby' also brings results with 'a' which does not make sense. We are looking for a similar feature like 'synonyms'. We have been advised in the ticket reference 1748761 (https://support.optimizely.com/hc/en-us/requests/1748761) to raise a feature request to bring this feature back as its currently deprecated. We are from Publicis Sapient and working for St Luke's digital transformation project.

    The below document does not have enough details in the API call with PUT method. Also it says the feature is deprecated.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Graph  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. When the DAM Asset Picker is installed to the CMS, content authors should have the ability to "insert image" into a rich text field from the DAM, in addition to inserting from the CMS media library or uploading a new image.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. When choosing files through the DAM picker, I'd like to be able to select multiple assets at once.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. By default, Optimizely Forms do not send uploaded files as attachments in submission emails. Instead, the system provides links to the files stored in the Optimizely asset library. These links are only accessible to CMS-authenticated users, which limits their usability for external recipients.

    Custom Enhancement Possibility:
    It is currently possible to customize the SendEmailAfterSubmissionActor to include file attachments, as demonstrated in this community blog post: https://world.optimizely.com/blogs/kennyg/dates/2025/8/sending-email-with-attachments-with-optimizely-forms-in-2025/

    However, as stated in this blog post, this requires duplicating built-in logic, since SendEmailAfterSubmissionActor does not expose an integration point that allows developers to hook in and add attachments to the message.

    Proposed Improvement:…

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Gathering Feedback  ·  0 comments  ·  Forms  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Self-serve creation of alerts in App Insights based on specific thresholds exceeding a limit will help be proactive in responding to potential performance issues or other problems

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. When previewing unpublished pages in the CMS, nested blocks (such as unpublished child blocks within a parent block) do not display correctly at the page level, making it impossible for publishers to see the full layout and content as it will appear when published. This limitation forces the team to rely on the Advanced Review plugin, which does show all nested unpublished content but introduces extra steps and performance issues.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    New  ·  0 comments  ·  Editing (Content)  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
← Previous 1 3 4 5 9 10
  • Don't see your idea?