Update History


04.09.00 Update on 6/1/2022

  • On the edit field page, the "verify data" option is added. After the administrator checks this option, if the user has submitted the same data, the module will prevent the user from submitting and give a prompt.
  • On the edit field page, the "verify activation code" option is added. The administrator can import some activation codes on the activation code page. After the administrator checks this option, if the activation code entered by the user is incorrect, the user will be prevented from submitting and given a prompt.

04.08.05Update on 9/16/2021

  • Added"Google reCAPTCHA"verification function,you can choose whether to use DNN Captcha or Google reCAPTCHA. View Demo | How to configure?
  • Added Authorize.Net payment method. How to configure?
  • Added the"Encrypt Submitted Data"option.After checking this option,the submitted or updated data will be encrypted and stored in the database.If you want to strengthen data security,you can turn on this option.
  • Added"Display User's Own Records"option in SuperForm_View module.If this option is not checked,the foreground will display all the submitted records of the module by default.If this option is checked,the user can only see the records submitted by himself,and the administrator can see all the records.
  • Beautify the interface of the module.
  • Add more help information to the interface to improve user experience.

04.08.04Update on 6/18/2021
  • Added "Read-only" option for "One Line Text" and "Multi Line Text" control types. After checking this option, the field will become read-only.
  • Added registration function, you can use form to register users. View Demo | How to configure?
  • Added Stripe payment gateway, which be compatible with DNN9.0.0+. How to configure?
04.08.03Update on 5/27/2021
  • Added "Date Diff" Field Type, this field allows you to calculate the difference between the two dates, allowing the form to support functions such as house rental. View Demo | How to configure?
04.08.02 Update on 03/04/2021
  • Added the function of sending PDF attachment. If the admin checks the "Export Submit Content To PDF" option on the module settings page, after the user submits the form, the submitted content will be put into the email attachment in PDF format and sent to the admin or the submitter.
  • Fixed the bug that sending too many e-mails at one time will result in incorrect display of e-mail sending status.
  • Optimized copy form function and fixed the bug that some new options were not exported.
  • Optimized the code.
04.08.01 Update on 12/04/2020
  • Added “Display Mode” option, which can control the display state of the form.
    1. The administrator can configure the module to allow users to submit the form only once. After submitting, users can only see the content submitted by them last time.
    2. The administrator can also set the form to be edit mode, then users can edit the content they submitted last time.
    3. Administrator can also set the form to be read-only mode, so that users can only see the content they submitted. In read-only mode, the admin can configure "start update time" and "end update time" options to control the time range in which users can edit their last submitted content.
    Please refer to the following article for details.
    "Display Mode" Option Introduction
  • In payment mode, the module was modified to send a web request(post type) after payment.
  • Optimized the code.
04.08.00 Update on 10/24/2020
04.07.02   Update on 9/13/2020
  • Removed the Load jQuery UI option on the Module Settings page, the module will intelligently determine whether to load this plug-in.
  • Improve the page return speed after clicking the submit form button.
  • Optimize the module structure.
04.07.01 Update on 8/9/2020
  • Greatly optimize the speed of form loading.
04.07.00 Update on 10/02/2019
  • The Bulk Import Fields function was optimized to support all characters in the field content.
  • The Bulk Import Fields function was optimized, and the function of importing RepeatColumns field was added.
  • The structure was optimized. The stability of the module is improved.
04.06.05 Update on 3/10/2019
  • Improved user experience: The function of editing the item has been added to the interface of the edit field.
  • Optimize performance:Optimized the loading speed of the Management Center interface.
  • Optimize Interface: Added a link to the update history on the Management Center page.
04.06.04 Update on 10/27/2018
  • Improved user experience: When there are multiple steps, now click the next or last button and navigate to the top of the form.
  • Optimize function: When using payment form, if total amount equals 0, the payment status will be directly modified to payment success, will not jump to the payment page.
  • Bug fixed: Fixed the bug that fields could not be selected after clicking "Select All" button on Step Wizard page for second times.
04.06.03 Update on 9/16/2018
04.06.02 Update on 7/31/2018
  • The "Bulk Import Fields" feature has been updated and now supports importing Items in Dropdown List, Radio Button List, Radio Button List, and Listbox.
  • Optimize the display of items for list type control, which allows administrators to add Items more intuitively and quickly, as shown in the following figure.
04.06.01 Update on 5/24/2018
  • Adding the "Record Privacy Info" option, when the user submits a form, the administrator can use this option to control whether to record the user's IP and Country and other privacy information. Because laws in some countries do not allow programs to collect user privacy information.
  • Adding the "Clear Expired History" option, you can set how many days ago to automatically clear the submission history. 0 means it will not be cleared automatically.
04.06.00 Update on 4/11/2018
  • Make it compatible with DNN 9.2.0.
04.05.01 Update on 3/31/2018
  • Fixed the problem that Datepicker controls do not load styles in mobile devices.
04.05.00 Update on 1/5/2018
  • Added "Bulk Import Fields" function to the Step Wizard page, and the admin can import multiple fields at once by editing the CSV file.
  • We put the theme color of the form to the top of the CSS file to facilitate the admin to modify it.
04.04.01 Update on 11/13/2017
  • Added option "Export Submit Content To ICS",when you check this option, after the user submits the form, the contents of the form are exported to a ics file and sent to the recipient. In that case, the mail recipient can easily import the file in Google or outlook calendar.
  • Added option "ICS Date Field", you can select a datepicker field as the date of the ics file. If you do not choose, the default is submit date.
04.04.00 Update on 10/30/2017
  • On Module Settings->Calculate&Payment Options page, we added one option called "Display Payment Confirm Page". If admin unchecks it, after users click submit button, programming will directly redirect to paypal page instead of displaying payment confirm page.
  • Greatly changed the structure of tables and module back-end code. Added two tables "DataStep" and "Data" to store users' submit record. If Field Title repeated the name, it would appear the issue that exporting data is not correct. In this version, we fixed this issue. This update won't affect you upgrading module from old version to newest version.
  • On Module Settings page, we added option "Popup Module Result". After admin check this option, submit result will display in one Popup window when users submit the form. After clicking close button, module will take users to the page which is configured by the admin in module back-end.
  • On Submit History page, we added "Delete Within Date Range" and "Delete All" buttons. It's convenient for admin to delete multiple items of record all at once.
  • On Edit Field page, we deleted "Email(Not Notify)" option of Validator option. We also renamed "Email(Notify)" option using "Email".
  • Compressed JS file of the module, it made loading JS file be faster.
  • Optimized some interface of module back-end.
04.03.08 Update on 08/28/2017
  • Fixed a bug that pops up a window in Calculate Form when clicked on the checkboxlist control.
04.03.07 Update on 08/2/2017
  • Added "Send Email To Submitter Before Payment" option. In Payment Mode, this option controls whether an email is sent to the Submitter before the payment succeeds.
04.03.06 Update on 06/29/2017
  • Made Redirecty Type option also support payment mode. After users pay successfully, users will redirect to the page which is assigned by the admin or they can choose not to redirect.
  • Modified Email Sent Status field on Submit History page, status of all emails sent by Form will be recorded here.
  • On Module Settings page, we updated Help tip of Email Sender.
  • Fixed a small bug.
04.03.05 Update on 05/27/2017
  • Fixed the bug that Region List field type didn't work.
04.03.04 Update on 05/08/2017
  • Updated user manual.
  • Enhanced user experience.
  • Enhanced prompt text.
04.03.03 Update on 02/21/2017
  • Added the "Load jQuery UI" option, this option can control the module whether to load jquery ui library on DNN6. In default, it will load jquery ui library.
  • Enhanced user experience.
04.03.02 Update on 02/09/2017
  • Made the module support DNN9.
  • Added "Database" and "Connect String" options. After users submit form, module can insert data into any database.
04.03.01 Update on 01/09/2017
  • Made Execute SQL function support DNN Tokens.
04.03.00 Update on 10/07/2016
  • Added "Resize Width" and "Resize Height" options. After admin configures these two options, module will automatically reduce the size of images if uploaded images exceed the configured size.
04.02.09 Update on 09/13/2016
  • On Effect Options page, we added "Popup Class Name" option. Through using this feature, it will also pop out popup form when users click other html button on the page.
  • On Normal Options page, we added "UTM Parameter" option. In this option, admin can define url parameters name. When users submit the form, data will display in email and csv files if url includes these parameters configured in back-end.
  • Added a new theme for Popup Effect. This theme can make Popup form work correctly on mobile devices.

04.02.08 Update on 08/31/2016
  • Added "Limit Submit Multiple Times By IP" option. If admin checks this option, submitter who has the same IP couldn't submit form for multiple times.
  • We optimized the module.
04.02.07 Update on 07/22/2016
  • Fixed the bug that calculation function didn't work in some cases.
  • Fixed the bug that uploading file threw an error in some cases.
  • Fixed some small issues.
  • We optimized the module.
04.02.06 Update on 07/14/2016
  • Added validation for "Email Receiver" and "Email Sender" of "Module Settings" page. In this way, it can avoid users leaving blank and couldn't send emails successfully.
  • If users don't configure SMTP, it will hint in module back-end.
  • Enhanced user experience.
04.02.05 Update on 06/08/2016
  • Added Display Required Marker option. After checking this option, module will mark which fields are required in the form.View Demo
  • When there's only on step, it will hide submit button after clicking Reset Buttonb. This is a bug and we fixed the bug in this version.
  • In some cases, it couldn't reset dropdownlist control after clicking Reset button. We fixed this small issue in this version.
04.02.04 Update on 05/25/2016
  • Made Submit Result Template support Super Form Tokens.
  • Made Email Sender option support Super Form Tokens. It means that you could configure Email Sender to be Form Submitter. Form Submitter can enter email address in Textbox Field.
  • Added option "Display List Content Type". You can choose to display Value or Text in Email Template. This option is only valid to radiobuttonlist, dropdownlist, checkboxlist, listbox and so on controls.
04.02.03 Update on 05/11/2016
  • Make "Default Value" of "One Line Text" Field Type and "Multi Line Text" Field Type support DNN Tokens.
  • Optimized some interface of module back-end.
04.02.02 Update on 04/26/2016
  • Fixed the issue that "Max Check Count" option didn't work in some cases.
  • Fixed spelling error of some words existed in the module.
  • Added some screenshots for some options in the module, this can help admin to understand usage of those functions more quickly.
  • Optimized some interface of module back-end,it will be more user-friendly.
  • Fixed the issue that Slideout effect couldn't slide out in some cases.
04.02.01Update on 04/05/2016
  • Fixed the bug that Fields can't be exported when admin exporting csv on Submit History page.
04.02.00Update on 01/28/2016
  • Modified some styles and features of the module and made it support DNN8.
  • On Configuration page of "SuperForm_View" module, we added "Sort" option. This option can allow data to sort according to ascending order or decending order.
04.01.01Update on 12/19/2015
  • Modified the module and made datepicker support multiple languages.
  • Modified the value that Checkboxlist, Dropdownlist, Radiobuttonlist controls stored. In the past, they stored Text. Now, they store Value.
  • Added Url Referrer Column in CSV which is exported from Submit History page.
04.01.00 Update on 12/01/2015
  • Added the feature of draging field item to sort, this feature can help you edit the form more handily.
  • On "Step Wizard" page, we added bulk delete fields feature. We also added "Check All" and "Uncheck All" button.
  • Optimized the way of storing Field, this version will transfer data with xml format to data table.
  • Optimized interface of "Step Wizard" page and enhanced user experience.
04.00.07 Update on 10/30/2015
  • Added the function of reading User Profile. As long as title of field and User Profile is the same, Textbox field of the form will automatically load Profile information of log-in users.
  • On Management Center -> Module Settings -> Effect Options-> S003_Popup Settings page, we added "Button Position" option. You can configure button to display three kinds of formats, they are "in the module", "floating left" or "floating right".
  • We optimized popup effect, location of pop-up window won't be affected by the content, it will display in the middle of browser.
  • Optimized back-end interface.
04.00.06 Update on 10/28/2015
  • In the template of Manage Template page, we added [ActualPageUrl]token. This token will display actual URL of submitting form.
04.00.05 Update on 09/15/2015
  • Added "Limit Submit Multiple Times By User" option, If you don't want the same log-in user to submit the form multiple times, you can check this option.
04.00.04 Update on 09/02/2015
  • Fixed several small bugs. However, they won't affect you using the module.
  • Optimized interface of submit history page.
  • Changed instruction on license page.
  • Optimized code of the module.
04.00.03 Update on 08/24/2015
  • Optimized module interface.
  • Optimized code of the module.
  • Improved user experience.
04.00.02 Update on 07/29/2015
  • If not sending email, Email Sent Status will be changed to "No email needs to be sent."
  • After adding new field, old data included in super form_view module can't be edited. This is a bug, we fixed this bug in this version.
  • Modified sort method of SuperForm_View module. In previous versions, it sorts according to CreateDate. In this version, it sorts according to HistoryOrder.
  • If there's "&" character in content of Edit Field page, users can't update content. This is a bug, we fixed this bug in this version.
04.00.01 Update on 07/24/2015
  • On history page, we added four options. These four options are payment status, payment link, payment date, Transaction ID. Admin can manuall change them.
  • Optimized interface of edit history page.
04.00.00 Update on 07/16/2015
  • Greatly optimized module interface.
  • Improved user experience.
03.01.04 Update on 06/26/2015
  • Added "Send Form Content Email After Payment" option. Admin can configure if it will send "Form Content Email" after clients pay, payment status token will change from "Not paid" to "Completed".
  • Optimized interface and code of the module.
03.01.03 Update on 05/20/2015
  • In SuperForm_View module, we added "Display Mode" option. You can choose to display List Mode or Table Mode. View Demo
  • Added tokens [HistoryId],[TransactionID] and [TotalAmount] to all templates.
  • Display HistoryId in submit history page.
  • Improved user experience and optimized interface.
03.01.02 Update on 04/09/2015
  • In Email Template, we added [UrlReferrer] token. In this way, on Submit History page of the back- end, admin can see where submitter is from .
  • In the status that form has multiple steps, after entering wrong captcha and clicking submit button, form will redirect to Step One. We fixed this issue already.
  • Improved user experience and optimized interface.
03.01.01 Update on 03/31/2015
  • Fixed the bug that Email Template can't be saved in some cases.
  • Optimized module package.
  • Updated user manual.
03.01.00 Update on 03/24/2015
  • Added option "Display Structure", you can choose form to display Multi Step structure or Group structure.
  • Added option "Display Placeholder Attribute", this option can only be used for textbox control type. View Demo
  • Added seven kinds of validation types for Validator option, they are phone, url, integer, ipv4, onlyNumberSpace, onlyLetterSpace, onlyLetterNumber. You can configure it on "edit field" page. View Demo
03.00.00 Update on 03/20/2015
  • Beautified style of each control. View Demo
  • Added option "Display Reset Button". After clicking "Reset Button", form will be reset. View Demo
  • Fixed some small bugs.
  • Improved user experience and optimized interface.
02.05.00 Update on 03/10/2015
  • Greatly optimized Edit Field interface, this will help you create form more easily.
  • On Edit Field page, we added "Insert After" option which can make sort feature be more flexible.
  • Added Time Picker control. View Demo
  • Moved "Repeat Columns" option from Module Settings page to Edit Field page. In this way, each control can apply this option separately.
  • We applied one kind of api which will recognize countries according to IP, this improves the accuracy of recognizing countries which form submitters are located in.
  • Improved user experience and optimized interface.
02.04.00 Update on 03/05/2015
  • Added localization feature. View Demo
  • Deleted "Dropdown Default Text" and "Submit Button Text" options, now you can go to FormContent.ascx.resx file and modify text of Dropdown and Button.
  • Deleted "Validator Message Language" option, now module will automatically recognize website language and use corresponding validation text.
  • Improved user experience and optimized interface.
02.03.01 Update on 02/13/2015
  • After admin got email and clicked reply button, it replied to himself/herself. In this version, we fixed this issue already.
  • In the process of sending emails, it will display "Is sending email" status on Submit History page.
  • Users entered some nonstandard html code when submitting form, it would throw an error. In this version, we fixed this issue already.
  • Optimized interface and code of the module.

02.03.00 Update on 01/21/2015
  • Made the module be compatible with Azure websites.
  • Optimized the package of the module.
02.02.00 Update on 11/21/2014
  • In some cases, emails can't be sent successfully after users check option "Upload As Email Attachments". This is a bug and we fixed it in this version already.
02.01.09 Update on 10/15/2014
  • On Submit History page, we added "From Tab" link for each item of record. You can view which page users submit form on.
  • Optimized interface of Submit History page.
02.01.08 Update on 07/9/2014
  • Modified module to make it support DNN Import & Export Interface.
  • In Submit History, we added field "IsActive". Admin can configure whether one certain item of record will be displayed in DNNSmart.SuperForm_View module.
02.01.07 Update on 06/11/2014
  • In "SQL Script", we added [PaymentStatus],[PaymentLink], [SubmitDate] Tokens.
  • Added option "Upload As Email Attachments". If you check this option, the file uploaded through File Upload control will be added to email attachment.
  • In "Submit History" page, we added button "Up and Down" for each item of record. You can click button to change the order of records.
02.01.06 Update on 05/26/2014
  • Added "Load Default Content By Url Parameter" option, form can read content through URL Parameters.
  • We optimized the module.
02.01.05 Update on 05/26/2014
  • Added two options "Form Content Email" and "Auto Reply Email", you can flexibly control emails would be sent to Form Submitter or Email Receiver.
02.01.04 Update on 04/09/2014
  • On Submit History page, it could display Payment Status,Payment Date, TransactionID and Payment Link now.
  • We optimized the module.
02.01.03 Update on 02/25/2014
  • Added the feature of "Read data from SQL query",Dropdown list, checkbox list, radiobutton list and listbox these four kinds of controls can support this feature.
02.01.02 Update on 01/29/2014
  • Added the feature of viewing email sent record, users can view email sent status on submit history page.
  • Fixed the issue that sending email feature couldn't be compatible with DNN7.2
02.01.01 Update on 01/17/2014
  • Breaking Change: Deleted "Notify Submitter" option. Users only need to go to "Step Wizard" -> "Edit Field" page and choose "Email(Notify)" in Validator option, then submitters will get email
  • Breaking Change: Deleted "Sever Date Format" option, programming will automatically judge Date Format.
  • Modified working mode of register form. After submitting form, users will automatically login into DNN system.
  • Added "Validator Message Language" option, you can choose display language of validation message. It can support 28 kinds of languages in total.
  • Improved user experience.
02.01.00 Update on 11/01/2013
  • For Date Picker control type, we added [CurrentDate] token. You can enter [CurrentDate] in "Default Value" option, then it will make date picker display current date by default.
  • Greatly optimized module interface.
  • Improved user experience.
02.00.04 Update on 10/24/2013
  • In the Payment Form mode, it just keeps the feature of sending out emails after submitting form. It cancels the feature of sending out emails after successful payment.
02.00.03 Update on 10/09/2013
  • Optimize register form feature.
  • Fixed some small issues and bugs.
02.00.02 Update on 9/24/2013
02.00.01 Update on 9/17/2013
  • When there are multiple steps, it just exports data of the first step after exporting csv file. This is a bug and we fixed it in this version.
02.00.00 Update on 9/11/2013
  • We add DNNSmart.SuperForm_View module.
    DNNSmart.SuperForm_View module is one extension module of DNNSmart.SuperForm module. The function of this module is to display submitted data from DNNSmart.SuperForm module. In front-end, data will display as list mode. This feature is similar with DNN core Form And List module, but DNNSmart.SuperForm_View module is more flexible and powerful.
    View DNNSmart.SuperForm_View Module Demo
  • You can custom Item Template and Detail Template.
  • You can edit each item of data.
  • You can configure page size of List.
  • You can configure repeat direction of List and Repeat Columns of List.
  • Optimize interface slightly.
01.03.08 Update on 7/23/2013
  • Fixed the issue that text in multi line textbox won't display in emails as paragraphs.
01.03.07 Update on 7/23/2013
  • Fixed the issue that text on captcha control couldn't be modified. Now, users can go to resource file and modify it.
  • Fixed the issue that some features couldn't work correctly on DNN7.1.0 For this updated version, it could be compatible with DNN7.1.0
01.03.06 Update on 7/16/2013
  • Modified payment confirm page to solve the issue that payment confirm page couldn't apply skin styles.
  • Optimize this module slightly.
01.03.05 Update on 6/20/2013
  • Make web request url support field tokens, it can allow users to custom url parameters.
01.03.04 Update on 5/18/2013
  • For DatePicker control, it allows configuring one date range.
01.03.03 Update on 4/15/2013
  • Added three control types, they are "List Box","Country List","Region List".
    new validator
  • Modified module and made four kinds of controls (Dropdown List,List Box, Checkbox List, Radionbutton List) support Email Submitter, form submitter can choose one certain item to receive emails through these controls.
01.03.02 Update on 4/10/2013
  • Added option "Assign Roles", then admin can go to module back-end and configure logged -on users being assigned to some roles after submitting form.
  • Modified form to have Responsive structure, then users don't need to adjust it once again as form supports responsive structure in default.
  • Optimized module interface.
01.03.01 Update on 4/9/2013
  • Updated validation way of fields. When form has multiple steps, you can click "Next" button and then it will popup prompts.
new validator
01.03.00 Update on 4/7/2013
  • Added the feature of editing Submit History.
  • Fixed some small issues.
01.02.09 Update on 03/22/2013
  • Added "Server Date Format" option to solve the issue of throwing error in exporting history csv file.
  • Added [Message] token to Form Template.
  • Optimized module interface.
01.02.08 Update on 02/02/2013
  • Added Total Amount to submit history page and CSV File.
  • Added [TotalAmount] token to SQL Script.
  • Updated license mechanism.
  • Optimized module interface.

01.02.07 Update on 12/31/2012
  • Compatible with DNN7.
  • Added one responsive form theme and one responsive config file. You can refer to this sample and get one responsive form as you need. If you need us to build one responsive form according to your need, you can contact us for customization work.See the demo
01.02.06 Update on 12/06/2012
  • All templates support DNN Tokens.
01.02.05 Update on 12/04/2012
  • Fixed "datepicker" control, it can display one small calendar icon now.
  • Fixed display mode of hint text and it can display one question mark icon now.
  • Fixed some small issues and bugs.
01.02.04 Update on 10/30/2012
  • Added option "Send Web Request After Submit". After submitting form, you can configure it to send date to one URL as "POST" or "GET" type.
  • Added option "Web Request Url", you can configure URL of receiving data here. On this URL page, you can receive data through other programming.
  • Optimized module interface.
01.02.03 Update on 09/27/2012
  • Greatly optimized module interface.
  • Fixed some small issues reported by users.
01.02.02 Update on 09/20/2012
  • We added option "Submit Button Type", then you can choose "normal button" or "image button" for "submit form" button. This option will only be valid after you choose Popop Effect.
  • When you choose image button for option "Submit Button Type", you can upload button image here.
  • We changed the module, then Checkbox Control Type can also support IsRequired validation.
  • Optimize this module slightly.
01.02.01 Update on 08/17/2012
  • We added "S005_SlideDown" effect. See the demo
  • Optimize this module slightly.
01.02.00 Update on 07/31/2012
  • We changed module name from DNNGo.XXXX to DNNSmart.XXXX already. If you purchased this module in the past and want to upgrade to new version now, it won't lose any data after you install new version on your site directly.
  • We added option "Display Confirm Page". If this option is enabled, it will be redirected to confirmation page before users submit form. (You can edit template of this confirmation page in module backend.) This confirmation page will display all data filled out by submitter previously. Submitter can click "Back" to modify content. If there's no issue, submitter can click "Submit" button to submit form.
01.01.07 Update on 07/04/2012
  • Added function of executing sql after submitting form.
  • Modified module to achieve step, back, next and so on text being edited in resource file.
  • Adjusted interface slightly.
01.01.06 Update on 07/30/2012
  • We added "S004_SlideOut_FromRight" effect.
  • We added upgrade reminder mechanism. When module has a new version, you can see related info in "Management Center".
01.01.05 Update on 01/18/2012
  • Optimized this module and fixed some bugs which are reported by users.
  • Added "Email Sender" option for users to custom sender email. In previous version, sender email is Host Email in default.
01.01.04 Update on 01/13/2012
  • We added Option "Trigger Image" in module settings. When you use slideout effect, you can change image of Trigger.
  • Added option"Use DNNSmart jQuery UI", this option is used to control using DNNSmart Jquery ui in case it conflicts with J-query ui Library of other modules.
  • Added popup effect for Drag function and popup window can be draged randomly. You can put two popup form in one page now.
01.01.03 Update on 11/04/2011
01.01.02 Update on 10/27/2011
01.01.01 Update on 10/24/2011
  • Added "Upward" and "Downward" buttons to change the order of fields.
  • Added print and resend functions in Submit History.
  • Adjusted interface slightly.
  • Fixed the bug of displaying multiple tooltip.
01.01.00 Update on 10/11/2011
  • Prettify user interface greatly, then it will make users use this module more conveniently.
  • Add functions such as uploading, editing, exporting and deleting themes. In the future, we will increase more and more beautiful and userful themes gradually.
01.00.09 Update on 09/23/2011
  • We added paypal payment function. See the demo
  • We added Payment Template and added four tokens [PaymentStatus][PaymentDate][PaymentLink][SubmitDate]
  • In "Option Settings", we added some options which is related with payment.
01.00.08 Update on 09/07/2011
  • We added calculating function, then you can configure one value for any one field. After that, you can define one mathematical formula in "Option Settings" page and add [TotalAmount] Token in template. It will calculate Total Amount when submitters fill out form. See the demo
  • We added print function, submitters can print content filled in frontend. Admin can configure print template in module backend.
01.00.07 Update on 08/18/2011
  • Added hint function. Admin can configure hint text for each field in backend. In this way, it will appear hint text when mouseover controls.
  • Added option "ClickHideDefaultText". This option can only be used for TextBox Type. If you check this option, default text will disappear when users click TextBox.
  • Updated JQuery library to the lastest version.
  • Optimize this module slightly.
  • Added option "Repeat Columns", then you can configure how many columns per line for CheckBoxList and RadioButtonList.
01.00.06 Update on 08/10/2011
  • Added "Auto Reply" function. When submitters submit a form, system will send one e-mail which is defined well in module backend to submitters automatically.
  • Added "Form Template", this allows you to define position of Submit Button. In this case, it's flexible to custom template.
  • Added the function of editing module.css in module backend.
  • Strengthened the function of "Save Form", it can support one user saving multiple forms currently.
  • Fixed the question of page redirecting to the top after clicking "Back" or "Next" button.
  • It can be compatible with DNN 6.0
01.00.04 Update on 05/18/2011
  • Added the new feature of saving form. When registered users fill form on the half way, users can keep form temporarily. Then users reply next time, the form will proceed being filled out.
  • Add Option "Notify Submitter". If set it true, the form submitter will receive a email contain submit data.
01.00.03 Update on 04/23/2011
  • Changed element of Title from span to Label and made it support AA compliant
  • Added Default Value function and each feild can be configured to have one default value.
01.00.02 Update on 03/31/2011
  • Add the function of import and export. When you spend much time on configuration on the site and you also need to apply this module configuration om anotther site, import and export function will be useful for you.
  • Add the function of exporting content with format CSV
01.00.01 Update on 03/15/2011
  • Added control types "Date Picker" and "File Upload"
  • Added option to define root for uploaded files.
  • Added order function for Step and Feild
  • Debug interface slightly.
01.00.00 Update on 02/22/2011
  • You can configure multiple steps' form. You can add several steps in the backend and configure how many fields in each step and feild type. Currently, it can support TextBox, MultiTextBox, Checkbox, CheckboxList, RadiobuttonList, Dropdown List.
  • It can allow to custom template of each step in the backend.
  • It can allow to custom e-mail template.
  • One page can allow to put multiple forms.
  • You can configure to enbale Captcha or not.
  • You can configure the text displaying after submitting the form and you can also define redirect URL after submitting form.
  • You can configure each field to be Is Required, Required Email or Required Number.
  • It can allow you to check history record of submitting form. It can also record the content of submitted form and it can record date of submitting, IP and Country of persons who submit forms.
  • All the styles can be modified in the module.css file.