Skip to content

Adobe Captivate

Adobe Captivate 

Welcome to the Adobe Captivate feedback page. Submit feature requests and bug reports to the Captivate team via this UserVoice page.  

Please follow below steps while posting your enhancements & bugs

  • Type your enhancements/bugs into the search field or choose from the categories in the sidebar.
  • Check if enhancements or bugs submitted by others / upvote if you find similar to yours.
  • If your feature idea or issue is not listed, post it.
  • Upvote the ideas if you like.

The UserVoice feedback pages are for feature requests and bug reports only. Upload only content that you have permission to use and refrain from posting personal information (e.g. address, phone number, email, or credit card) or abusive content (spam, phishing links, vulgar language, etc.). Tips for submitting useful feedback

UserVoice is a third-party platform for product feedback. Please note that feedback is voluntary, and you give Adobe a right, to use feedback you provide without restrictions.


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

942 results found

  1. [Feature] Management of Custom Paragraph Styles in the Theme Editor

    Version: 13.0

    Problem:
    Custom Paragraph Styles can currently be created in the Captivate GUI, but:
    - they cannot be renamed or deleted,
    - they do not appear in the Theme Editor,
    - they are not manageable through the theme.json and customisations.json.

    This leads to cluttered style lists, inconsistent formatting across slides, and limits proper corporate design handling.

    Suggestion:
    - Enable full management of Custom Paragraph Styles:
    - Create in the Theme Editor
    - Rename
    - Delete
    - Expose and edit through theme.json and customisations.json

    Optional Enhancements:
    - Sorting styles
    - Grouping (e.g., Headings, Body Text, Labels)

    Benefits:
    - cleaner…

    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

    Feature_In_Backlog  ·  1 comment  ·  Themes  ·  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. [Feature] Option for image container to grow with text in the “Image” Design Option

    Version: 12.6

    Problem:
    Currently, the image in the "Image" Design Option does not grow when the text block container-image-text increases in height. There is no setting in either the Captivate GUI or the designOption.json to scale the image vertically along with its content.
    In responsive layouts (e.g., hero sections, split layouts), this leads to unbalanced designs, awkward proportions, and unnecessary whitespace.
    See screenshots design-options_image-02.png and design-options_image-03.png.

    Suggestion:
    Add an optional setting that allows the image to:
    - grow vertically with the text container
    - maintain its aspect ratio (e.g., via object-fit)
    - adapt responsively to varying content heights…

    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

    1 comment  ·  Image   ·  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. [Feature] Custom layout slides with freely configurable Design Options

    Problem:
    New content slides can currently only be created based on predefined layout categories (e.g., Comparison, Meet the Team). Each layout only allows importing a fixed set of Design Options defined in its associated designOption.json. Additional components cannot be added, which makes layouts unnecessarily rigid and difficult to adapt to custom design requirements or corporate branding.

    Example:
    Meet the Team only allows paragraph and image-grid. Adding an additional paragraph beneath the grid is not possible.

    {
      "type": "Meet the Team",
      "name": "$$name",
      "description": "$$description",
      "designOptionId": "LAYOUTS_MEET_THE_TEAM",
      "isDefault": false,
      "version": "1.0",
      "thumbnail": "thumbnail.png",
      "styles": [
         {
          "tag": "paragraph",
          "designOptionId":
    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)
  4. Buttons in branding Footer

    The footer is a very common spot for custom navigation buttons. Why are buttons not an option in the footer?!?

    This should be an extremely simple fix. Just add the button functions to it.

    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)
  5. Allow audio on each page of carousel

    I have different audios for each page of the carousel, allow to each page have their own audio when the learner clicks on the new one. And to be able to hide the button next until the audio has been completed.

    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)
  6. [Feature] Allow variable references in `designOption.json` (extension of placeholder feature)

    Related:
    See also [Feature] Custom placeholder text and images in designOption.json (https://captivate.uservoice.com/forums/939318-adobe-captivate/suggestions/50456811--feature-custom-placeholder-text-and-images-in-d)

    Problem:
    Currently, designOption.json supports neither placeholder text nor placeholder images. See related suggestion: https://captivate.uservoice.com/forums/939318-adobe-captivate/suggestions/50456811--feature-custom-placeholder-text-and-images-in-d

    Suggestion:
    Allow Captivate variables to be referenced in designOption.json. This would enable dynamic values such as author names, project titles, copyright notices, or other metadata to be automatically inserted into text fields.

    Example:
    json
    {
    "tag": "slide-item-body",
    "placeholder": "© $$Project.Copyright$$ — $$Date.Year$$",
    "customStyles": {
    "all": {}
    }
    }

    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

    1 comment  ·  Variables  ·  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. [Feature] Make Project Information available as system variables

    Problem:
    The metadata entered under Edit → Preferences → Project → Information (Author, Company, Email, Website, Copyright, Project Name, Description) is stored in the project settings but cannot be used dynamically within the project.

    Suggestion:
    Expose these fields as system variables so they can be reused throughout the project — for example, in headers, footers, or legal notices.

    Examples:
    $$Project.Author$$, $$Project.Company$$, $$Project.Copyright$$, etc.

    Additional useful metadata could include:
    $$Project.Version$$, $$Project.CreatedDate$$, $$Project.LastModifiedDate$$, $$Project.CreatedBy$$, $$Project.LastModifiedBy$$.

    This would enable centralized updates and more transparent project documentation — especially for collaborative or versioned workflows.

    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

    1 comment  ·  Preferences  ·  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. Add Slide Video to PPT imported project

    Currently cannot add slide video to powerpoint imported project == can add video media but there is playbar built into the video this way, unlike when adding a slide video.

    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

    Feature_In_Backlog  ·  2 comments  ·  Video  ·  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. [Feature] Flexible Overlay System for Buttons, Links, and Slides

    Problem:
    Currently, overlays in Captivate can only be triggered via bookmarks, and each slide overlay can only be used once. Local, reusable overlays directly on the slide do not exist. This limits flexible interactions and reusable designs.

    Suggestion:
    - Trigger overlays via clicks on buttons, images, or text links, without using bookmarks.
    - Allow multiple uses of overlay slides, so standard popups can be used multiple times.
    - Custom/Local Overlays created and displayed directly on slides (similar to the "Click to Reveal" widget, but freely definable and reusable). Various types could be possible:
    - Dialog or info windows…

    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)
  10. Selecting Multiple Objects & Object Alignment

    Be able to select multiple objects at once on a single slide, alignment options for said objects (including while multiple objects on slide) against other objects.

    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)
  11. Object alignment against slide

    Provide suggested alignment against slide when moving objects so that object aligns with slide and is not off-center if not desired.

    Here you can see that the ppt import imported the black box, but did not align to the slide in a central manner so the box is partially off of the slide. Need to be able to center box against the slide.

    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. Course Time Calculation for Captivate 2023

    Course Time Calculation for Captivate 2023.

    Looking for a "Course Time Calculation" feature in the Preferences, similar to what Captivate Classic had. It showed you the approximate overall for the course of all the slides. Other than sitting with a stopwatch and take the course.

    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

    1 comment  ·  Preferences  ·  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. [Feature] Filter for custom Design Options

    Problem:
    The GUI currently displays all stored Design Options.

    Suggestion:
    Add a filter in the Design Options menu to show only custom Design Options, for example.

    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)
  14. SCORM Integrity Checks

    Publishing to SCORM can be tricky, and sometimes it can be difficult to figure out why a SCORM course is having issues. I propose adding integrity tools that check your project for common setup issues when SCORM is enabled. For example, if you set the setting so that a completion is getting a 90 on the quiz, and your total score does not add up to 90 points within your project, there is a problem. Perhaps you have 3 retries set, but you did not provide a button, set a setting, or have a path for them to retake the…

    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)
  15. [Feature] Allow renaming of user-defined variables

    Currently, user-defined variables can only be renamed in the variable manager if they are not referenced in the project. Variables that are already in use cannot be renamed, which limits flexibility.

    Suggested improvement:
    Allow renaming of user-defined variables directly in the variable manager, with all references in the project being updated automatically.

    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)
  16. Cache - should ask you to change your default locations instead of being duplicated

    There should be a contradiction in the place in the preferences, where it says 'clear cache' -- the two file save locations -- one is the file location of the .cpt file, and the other is the cache file location. these should NOT be the same, nor should it be an option to be saved in the same place.

    Why you ask?
    Because I had my HUGE module saved to the same location in both of these locations. I cleared my cache. Then... POOF, my entire module - GONE!. Up in smoke. Disappeared.

    Nothing told me I was deleting my…

    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)
  17. Ability to Widen the images in a Checkbox

    I am using images in a checkbox but I am not able to widen the checkbox to fit in a wide sized image. The only size available to me is something almost square. Would it be possible for a checkbox or the multiple choice question slides extend in size depending on the image chosen? I am attaching an example that shows the issue. The first image is a bit small for users to see but if it could be extended to the right, it would be a lot easier. The image attached is just an example.

    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)
  18. In the elipsis for Share for Review

    In the ellipsis for Share for Review, it would be nice to have a download all feedback next to delete. This would be useful for record-keeping.

    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)
  19. rewind audio or jump to bookmark

    I want a user to be able to partially rewind the audio of a slide they were listening, without having to go back to the very beginning of the slide. They should be able to move back and forth, just like I can do in development mode, Captivate Classic, in a YouTube video, or like almost any audio/video player. Related to this, I would like to have a "Go to bookmark" action to go to a particular bookmark in the current (or other) slide. If the audio for a slide is long, it is very inconvenient to listen to go…

    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

    Feature_In_Backlog  ·  0 comments  ·  Audio  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. the ability to save more than one button style

    I would like to be able to save more than one button style in my theme editor.

    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)
  • Don't see your idea?