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.
865 results found
-
german male and female voice
Please insert german male and female voice for TTS.
2 votes -
Bug - using arrow keys removes text
When using the arrow keys to update text in a Software Simulation text box, any text entered disappears and goes back to the default 'Type instruction here' message. Seems this is just prior to saving and only using up and down keys.
2 votes -
Bug: Captivate chrashes when selecting the feedback of a clickbox in simulation mode
After recording a simulation, I wanted to format the feedback via status. Evertime I select the text in the feedeback and then click on "Text" in the properties (yellow marker, Bug1), Captivate chrashes (Bug2).
This always happens - both in existing and new projects.
I'm using version 12.0.0.2892 on Windows 10
2 votes -
Issue: online connection must always be maintained to avoid crashes
Without staying online all the time, Captivate won't work reasonable. Is there any chance to work offline? It seems there is a sync to APIs all the time. In times of crashing internet access this leads to crashes and unlimited loading bar.
2 votes -
Bug: horizontal button position offset in export and preview
It is a regular bug in all exports and previews. The button position inside a media block has an horizontal offset. It looks ok in the live view in Captivate Charm.
2 votes -
Individual Slides
Provide a way to copy individual slides to word or powerpoint so that if you need to translate or have someone to double check spelling
2 votes -
Bug- New Captivate Image grid crashing application
I created a Jeopardy board using image grids. There were 5 rows 6 columns. After putting images for 1 row of 6, every time I'd save or left/right click an image, the screen will go blank. Then I click file on the top. The top bar disappears. I tried reinstalling it, but the same thing occurred. Couldnt work in the project anymore since it would keep crashing so had to create a new one.
2 votes -
Ability to add custom company specific training videos
It would be nice to add company specific video links to the Learn panel on the Welcome screen.
2 votes -
Fixing Quiz continue with "J" in german version.
In the german version of Captivate 12.0.0.2892 continue in Quiz after submit with "J" don't work, but with "Y".
2 votes -
[Feature] Jump to specific positions within a slide
Problem:
Currently, links or buttons in Captivate can only navigate to other slides, external URLs, or files. It is not possible to jump to a specific position (section, text block, or container) within the same slide.Suggestion:
Allow links or buttons to navigate to a specific position within the current slide. Ideally, this should include a smooth scroll effect (softscroll) so that the user maintains context and the transition is visually smooth.Benefit:
- Improved navigation within complex or long slides.
- More flexibility for interactive learning content, e.g., “Learn more” buttons, tables of contents, or FAQs.1 vote -
[Feature/Bug] Cards Widget: Perspective and mouseover overlay customization
Problem:
- The.flip-card-container
in the global stylesheet uses theperspective
property. This value cannot be adjusted via the GUI or thedesignOption.json
.
- If no image is set on the front side, a gray mouseover overlay appears. Its color and visibility cannot currently be changed in the GUI or thedesignOption.json
.Suggestion:
- Make theperspective
value adjustable in both the GUI and thedesignOption.json
.
- Allow configuring the color and behavior (show/hide) of the mouseover overlay in the GUI anddesignOption.json
.1 vote -
[Bug] Quote Widget ignores styling and lacks clear component references
Problem:
The Quote Widget does not fully respond to styles defined indesignOption.json
.Details:
- The containerscontainer-quotes-text
,slide-item-quotes-icon-container-1
, andslide-item-quotes-icon-container-2
ignore custom style definitions and seem to have structural inconsistencies.
- Incontainer-quotes-card
, there are no documented or discoverable component names (e.g.,quoteText
,quoteIcon1
,quoteIcon2
), making it impossible to target, enable, or disable these elements withindesignOption.json
.
- Several layout properties in the global stylesheet cannot be overridden locally withindesignOption.json
.Suggestion:
Document all component names and ensure that each element of the Quote Widget can be fully styled and…1 vote -
[Feature] Custom CSS as a first step toward an open widget architecture
Problem:
Widget styles can currently only be customized via designOptions.json. Many widget structure elements cannot be targeted or modified globally.Suggestion:
Add the ability to include a custom CSS file at the project or theme level. This stylesheet should allow global adjustments and overrides of Captivate’s core CSS.In the long term, Captivate could – similar to the Adapt Framework – offer an open widget system, where custom or modified widgets are possible. Custom CSS would be a useful, practical intermediate step that provides immediate benefits and paves the way toward a fully modular architecture.
1 vote -
[Feature] Extended background image options
Problem:
Current background image settings in Captivate are rather limited and don’t fully reflect the flexibility of CSS.Suggestion:
Add support for the following additional background-related properties and options:- Background attachment — Currently only
scroll
is available. Addingfixed
would enable simple parallax effects. - Background position — Currently only horizontal alignment is supported. Vertical alignment (
top
,center
,bottom
) and relative or absolute positioning (percent, pixels) should be possible. - Background repeat — Only
repeat
is currently available. Separate control forrepeat-x
andrepeat-y
would be useful. - Background size — Currently only
contain
andcover
, as well…
1 vote - Background attachment — Currently only
-
[Feature] Allow variable references in `designOption.json` (extension of placeholder feature)
Related:
See also [Feature] Custom placeholder text and images indesignOption.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-dSuggestion:
Allow Captivate variables to be referenced indesignOption.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": {}
}
}
1 vote -
[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.
1 vote -
Reply Interaction
Need a reply interaction to add to custom button instead of using playbar - will use for slide videos added to ppt import projects
1 vote -
13.1 bug
13.1 bug - Captivate turns black after locking my computer (CTRL + L on Windows). Does not reload or open. Sometimes data is lost due to lack of save prior to blackout.
1 vote -
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.
1 vote -
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.
1 vote
- Don't see your idea?