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] Custom placeholder text and images in `designOption.json`

    Problem:
    Currently, placeholder text and images in Design Options are fixed. When placing a design option, a default image and Lorem Ipsum text appear.

    Suggestion:
    Allow defining custom placeholder text and images directly in the designOption.json for each widget or slide element.

    {
        "tag": "slide-item-image",
        "placeholder": "placeholder.png",
        "customStyles": {
            "all": {
                "imageContainerStyles": {}
            }
        }
    }
    

    Benefit:
    - Designers immediately see the expected image size and proportions.
    - Placeholder text can indicate the function of the text (“Headline”, “Subtext”, etc.).
    - Increases consistency and standardization across slides and projects.

    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)
  2. [Bug] Margin in Tabs widget prevents styling via `designOption.json`

    In the Tabs widget, Captivate applies the following CSS rule to an inner container:

    .cp-tabs-widget .cp-tabs-container .cp-widget-content-container > div {
        width: 100%;
        height: 100%;
        margin: 10px 0px;
    }
    

    The margin: 10px 0px cannot be controlled via designOptions.json. Visual styling such as margin or padding should be configurable.

    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

    1 comment  ·  Tabs Widget  ·  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. [Bug] Inline margin in Tabs widget (cp-content-image)

    In the Tabs widget, Captivate injects an inline margin (margin: 0px 2% 0px 0px) into the cp-content-image element at page generation:

    <div class="cp-content-image" style="box-sizing: border-box; margin: 0px 2% 0px 0px; padding: 0px; flex: 0 1 40%;">...</div>
    

    This behavior overrides any margin settings defined in designOption.json.

    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

    1 comment  ·  Tabs Widget  ·  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. Improve documentation for design options

    The design options concept is the most powerful feature in Captivate 12 and the key to building custom layouts. However, documentation is very limited. It is often unclear which JSON properties are actually supported for each widget, and many entries defined in the JSON are not transformed by Captivate.

    Suggested improvement:
    - Provide an example.json file for every widget, showing all possible properties (“grammar”) of the design options.
    - Especially for more complex widgets (accordion, tabs, carousel, etc.), this would help developers understand what can be customized.
    - Include notes for properties that are not yet transformed but are planned…

    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)
  5. [Feature] Additional content wrapper for all design objects

    Problem:
    Currently, div.cp-widget-container directly contains the widget elements.

    Suggestion:
    It is recommended to introduce an additional content wrapper element below div.cp-widget-container for all widgets (videos, text, images, quizzes, etc.). This new wrapper should hold the actual content and control its maximum width, while the outer container can still be used for full-width background styling.

    Benefits:
    1. The existing div.cp-widget-container can continue to provide full-width background styling (color, image, etc.), stretching across the entire slide.
    2. The new inner wrapper (e.g., div.cp-widget-container__inner) should hold the actual content and define a maximum content width to center and structure the layout consistently.…

    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. [Feature] Wrap VideoCaption and VideoBody in their own container

    Caption and Body should be nested in their own parent element for flexible layout, e.g.:

    <container-video-grid>
      <container-video-grid-card>
          <video></video>
          <videoText>
              <videoCaption></videoCaption>
              <videoBody></videoBody>
          </videoText>
      </container-video-grid-card>
    </container-video-grid>
    

    Benefit: Easier layout control, consistent spacing, flexible arrangement of video and text.

    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

    1 comment  ·  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)
  7. [Bug] Remove inline height on page generation

    Captivate currently injects a fixed inline height (220px) into Video Grid containers at page generation:

    <div id="videoContainer_si78699" class="videoContainer" data-desktop-height="220" automation-id="slidevideo:::container_aspectratio" style="height: 220px; width: 100%;">
    

    This prevents proper responsive behavior and overrides custom CSS.

    Expected behavior: No fixed inline height should be injected. Instead, the container should default to height: 100%, so that its size can be fully controlled by parent elements defined in the designOption.json.

    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

    1 comment  ·  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)
  8. Cards and LMS Reporting

    I want to be able to give the user points for clicking on each of the cards l so I can see that they viewed each one. Currently it seems I can tag the image on the card as reportable if it's clicked, and I can tag the Title of the card as reportable, but if you just click within the card and not on the icon or a label direclty, seems I can't report the fact that the card was flipped as a score to the LMS. For example, if there are 4 cards, and the user clicked 3,…

    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)
  9. Carousel Widget and LMS Reporting

    I want to be able to give the user points for clicking on the items of the carousel so I can see that they viewed each one. Currently it seems I can only report if they click on the arrow. If I have 4 items, and they keep clicking the arrow (say 6 times), do they keep getting points? Seems I should be able to report on the card states instead. If they only click on 2 of 4 cards, I want the LMS to report 2 as a reportable score.

    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. This program is unusable in its current state.

    This program is unusable. Assets do not load, especially if you already have a system image loaded. Click to reveal does not work if you change image, or any settings (Something went wrong), Accordion crashes, you can't change image size so even if you have a small image it shows up huge in the slide. Hot spots, image is small and you can only size if horizontally. Slides and pictures resize from the editor to the preview. Its just ongoing. Unless you have a very simple course and you dont want to use widgets this program is basically useless. Going…

    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)
  11. Add a way to keep the arrow pointer visible after the animation on a software sim.

    Currently, when the animation of the pointer is complete, the pointer disappears. There should be a way to separate the animation from the arrow graphic on the timeline so you can have the pointer persist on the screen until the end of the slide. This would be particularly helpful if you have audio over a particular slide on a simulation that is describing movements. You could then sync the movement with where it is mentioning it in the audio clip, but have the arrow pointer continue to point to the place until the end of the clip.

    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. Images in Accordion har getting really small

    Hi! I updated to version 12.6 captivate. The images in accordion are getting really small when adding text. It wasnt like this in older versions.

    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)
  13. add hot spot questions

    We use hot spots as questions in our quizzes - will this be coming?

    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

    1 comment  ·  Quiz  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Add speed adjustments to the AI voices

    In other programs with AI voices, we can adjust the speed. The new voices are really good, but it would be nice to slow them down or speed them up depending on the need for a slide.

    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

    Feature_In_Backlog  ·  1 comment  ·  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)
  15. Accordion Widget formatting

    Accordion should also allow:
    - formatting the text inside the accordion tabs content, as now you can only apply presets, but not add bold or italic to the content
    - more than one tab open at the same time as an option, or all the tabs to be open altogether
    - copy and paste appearance of tabs
    - include the tab text in the states, so the text can have different colours in each state

    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

    4 comments  ·  Text  ·  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. Rearranging slides is not working

    When I try to drag a slide to a different position within the stack, it either snaps back to its original position or places it far up in the stack at a completely different position.

    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. Need to be able to scale video to fit slide. Basic 101.

    Unable to move the Video to the center of the slide and scale it. It does not scale, and it does not leave the top of the page, unless I add Top padding. But adding padding is not an option b/c it fills it black and it is unbalanced top and bottom. I can not delete the color behind the video.

    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

    NeedMoreInfo  ·  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)
  18. Simulation Blur Area Enhancements

    In software simulations where private information is consistently visible (ex: Financial Institutions, Healthcare Systems, etc.), it is difficult to make the sizing of blur areas consistent across slides in Assessment & Training Software Simulations. This could be distracting for end users, and doesn't enable the quality I'd like to deliver. Can you add the ability to copy/paste these blocks, input pixel measurements, or some kind of setting to allow the blur to appear on subsequent slides?

    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)
  19. have the hand cursor an option you can turn off like in classic

    Hide the hand (cursor) when hovering over the hotspot so I can create a "find the error by clicking on it" type of knowledge check without the hand cursor giving away the location of the right answer.

    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)
  20. Add support for smart quotes when typing text

    When typing quotes in Captivate 12.6, all single and double quotation marks appear as "straight quotes" or "typewriter quotes." Improve the readability and display of text typed directly into captivate by automatically converting these punctuation marks into “curly” quotes (also known as ‘smart’ quotes).

    While it is possible to insert the improved “smart” quotes by copying and pasting from a word processor (e.g., Microsoft Word), it is not always convenient to copy and paste text from another document when authoring a course directly in Captivate. Additionally, quoted text built into the software by default (for example: Select "Next" or press…

    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

    Feature_In_Backlog  ·  1 comment  ·  Text  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
1 2 6 8 10 47 48
  • Don't see your idea?