Skip to content

Changelog

This page records feature updates of DNNGo PowerForms. The current version is v11.00.02.

v11.00.02

Recommended Update Release date: August 2026

New Features

  • New "Upload Extensions" setting in the admin: customize the allowed upload file types (comma-separated); 20 common formats (images, audio, documents, archives, etc.) are allowed by default, with the front-end file picker and server-side validation kept in sync

Improvements

  • Attachment download links now use a safer encryption method; old links become invalid after upgrading — simply reopen the page to download normally
  • Rejected uploads now return a specific reason (file name and the allowed format list) instead of failing silently
  • Email notifications show file names only for attachments, without download links; admin history records and Excel exports are unaffected
  • Removed the image verification feature; submission verification is now handled by reCAPTCHA and the honeypot mechanism

v11.0

Recommended Update Release date: May 2026

New Features

  • Date control gained an "Exclude weekends" option (ExcludeWeekends)

Improvements

  • AJAX submission now checks that content has been filled in
  • Enhanced input filtering

Bug Fixes

  • Fixed a security issue in the list sorting feature

v10.2.1

Recommended Update Release date: March 2026

Improvements

  • Compatible with DNN 10.2: JS/CSS resources now load via ClientResourceManager as the platform removed ClientResourceManagement

Bug Fixes

  • Fixed a type-safety issue in attachment reading parameters
  • Compatibility fixes for import/export under newer DNN versions
  • Emails no longer loop over fields without values

v10.1

Release date: November 2025

Improvements

  • Adjusted Google reCAPTCHA V3 key handling
  • Added packaging scripts and a trial-version packaging process, completing trial-build licensing
  • Rewrote the README: module introduction, features, installation/configuration guide and development notes

v10.0

Release date: April 2025

New Features

  • Support for the DNN 10.0 platform; minimum supported version is DNN 9.5
  • New international telephone control (with country code selection)

Improvements

  • jQuery upgrade
  • Loading and additional-validation optimizations for form validation
  • Ships the 9.2.1 upgrade script to fix errors after Google verification

v9.2.1

Release date: November 2023

Improvements

  • DropDownList_SendEmail field storage format changed to Text:Value; display and email each take the corresponding value
  • Improved export method
  • Improved HTML display formatting in submissions
  • Download wait time adjusted to 500 milliseconds

Bug Fixes

  • Fixed a case-sensitivity issue that broke the bound email field
  • Fixed Effect_04_PopUpForm pop-up forms not receiving uploaded files
  • Fixed content being escaped when embedded in HtmlTableRow controls
  • Fixed date control focus/blur and load events not firing

v9.1

Release date: November 2022

Improvements

  • The analyzing interface now references the standalone component DNNGo.Modules.ModuleAnalyzing.dll
  • Removed the [FirstName] and [LastName] user-defined variables from emails

Bug Fixes

  • 9.1.6: attachment cleanup queries now use UTC time to avoid timezone offsets

v9.0.3

Release date: September 2022

New Features

  • Completed the signature export feature: history exports can include signature images

Improvements

  • Signature information is saved as image files; history records and email display adapted accordingly
  • Submit button attribute adjustments

Bug Fixes

  • Fixed incorrect import file paths
  • Checked virtual-directory scenarios and fixed related issues

v8.9.3

Release date: January 2022

Improvements

  • WCAG accessibility support: expected prompt patterns when the form is embedded in page builders, adjusted prompt positions, error messages associated without style changes, and aria-describedby cleanup after validation passes
  • Adjusted temporary attachment cleanup: attachments are retained for 3 days, the scheduled cleanup runs regardless of the switch, and it now covers the multi-file upload staging directory

Bug Fixes

  • Fixed reCAPTCHA failing to parse floating-point values in Italian locales
  • Fixed nested folders not being deleted during cleanup

v8.9

Release date: March 2021

New Features

  • Added form blacklist blocking rules (replacing and fully removing the old hidden-field verification)

Improvements

  • Email collection rule adjustment: the user-entered email takes priority; the default user email is used when left empty

Bug Fixes

  • Fixed the editor not appearing when the html control type is selected
  • Fixed closing-tag issues in several form effects

v8.8

Release date: January 2021

Improvements

  • Streamlined form effects: removed some old effects, kept and polished 4 main effects; HTML buttons support styling
  • Date control appearance adjustments

Bug Fixes

  • Minor fixes for buttons, animations and selected states

v8.6.8

Release date: May 2020

New Features

  • Emails support sender nicknames

Improvements

  • Adjusted purchase links for expired licenses and trial states
  • Added license prompts to the analyzing interface and AJAX forms
  • reCAPTCHA score threshold default adjusted to 0.5
  • The data push address (TransferUrl) was renamed to Post URL

Bug Fixes

  • Fixed a locale issue in reCAPTCHA score value conversion

v8.6

Release date: November 2019

New Features

  • Added license information to templates

Improvements

  • Optimized the reCAPTCHA badge display when enabled
  • License error message style changed from "error" to "warning"
  • External forms reject submissions after the license expires
  • Improved form extension settings and return prompt texts

v8.4

Release date: January 2019

New Features

  • Added the multi-step form effect (Effect_07_Multi_Step_Form) with continued polish

Improvements

  • Removed the old Effect_01_Responsive theme; effect files are now managed within the project
  • Prompt text style improvements
  • Forms return to the original page position after submission

v8.3

Release date: December 2018

  • Support for reCAPTCHA v3

v7.0.0

Release date: earlier versions

  • Added Country and Region dropdown controls with data from the DNN Lists page; the two can be associated
  • Added "Equals Control" validation (e.g. verifying two password entries match)
  • Added reCAPTCHA to block bot submissions; removed the original image verification
  • Added the multiple file upload control
  • Added a switch controlling whether fields appear in emails
  • Added the "Hide IP address" switch
  • Fixed several issues and improved the operation experience

Upgrade Steps

To upgrade from an older version:

  1. Back up your site: fully back up the site files and database before upgrading; you can also export the form field structure with Import & Export as an extra safety copy for quick restoration.
  2. Install the new version: on the DNN extensions page (Settings → Extensions, click Install Extension Wizard), upload the new package DNNGo_PowerForms_x.x.x_Install.zip to install over the old version — fields, submission records and settings are all preserved.
  3. Verify: open the form pages to confirm display and submission work normally; if styles or scripts appear outdated, clear the browser cache and refresh (DNN merges and compresses static resources automatically).

Built with VitePress