Survey Now v1.12.12
Released: November 26, 2024
Survey Now v1.12.12 includes bug fixes and minor enhancements.
New Help Topics
New Blog Posts
Generate and Export Printable Surveys with Survey Creator
Bug Fixes and Minor Enhancements
Form Library
- [Mobile] Dynamic Matrix / Dynamic Panel: The entry removal confirmation dialog appears without margins or paddings (#9068)
- Multi-Select and Dynamic Matrices: Introduce an option that specifies whether to serialize a column's name and title even if they are identical (#9007)
- [Accessibility] IDs generated for the
aria-describedbyattribute point at titles instead of descriptions (#9083) - Survey Creator | Signature Pad: The "Storage format" property value is reset on focus out (#9087)
- Single-Select Matrix: A focused radio button has an incorrect appearance when the
alternateRowsproperty istrue(#9086)
Survey Creator
- Users can bypass the
maxNestedPanelslimit by dropping one panel into another (#6109) - The
onModifiedevent parameter contains irrelevant information when performing the Undo action after changing a question type (#5996)
WordPress Plugin
- Single-Line Input: Quotation marks in a value cause an error (#59)
How to Update Survey Now Libraries in Your Application
Angular
npm i [email protected] [email protected] --save
npm i [email protected] [email protected] --save
npm i [email protected] --save
npm i [email protected] --save
React
npm i [email protected] [email protected] --save
npm i [email protected] [email protected] --save
npm i [email protected] --save
npm i [email protected] --save
Vue 3
npm i [email protected] [email protected] --save
npm i [email protected] [email protected] --save
npm i [email protected] --save
npm i [email protected] --save
Vue 2
npm i [email protected] [email protected] --save
npm i [email protected] [email protected] --save
npm i [email protected] --save
npm i [email protected] --save
HTML/CSS/JavaScript
<link href="https://unpkg.com/[email protected]/defaultV2.min.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="https://unpkg.com/[email protected]/survey.core.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/[email protected]/survey-js-ui.min.js"></script>
<script src="https://unpkg.com/[email protected]/themes/index.min.js"></script>
<link href="https://unpkg.com/[email protected]/survey-creator-core.min.css" type="text/css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/survey-creator-core.min.js"></script>
<script src="https://unpkg.com/[email protected]/survey-creator-js.min.js"></script>
<link href="https://unpkg.com/[email protected]/survey.analytics.min.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/survey.analytics.min.js"></script>
<script src="https://unpkg.com/[email protected]/survey.pdf.min.js"></script>