· [fix] - Perl: Fixes a large number of bugs introduced in 4.0 with the strict command (2421, 2401, 2422, 2420)
· Use the same HTML form as the error landing page with all validation messages and prefilled values
· Enhanced support for emails contents with extended characters
· Improved compatibility with Mac OS X Leopard
· Many bugs fixes
· [new] - The same HTML form can be the error landing page, allowing the validation error messages to be shown in the same HTML form
· [new] - PHP: the embedded success or error landing page can be a PHP script now. The Forms To Go script will preprocess the PHP code in the landing page before returning it to the browser when using the embed method (1089)
· [new] - The 'Headers' now includes options to handle the encoding charset and method of the email. This should solve all compatibilities isses with mail servers to send email with extended characters
· [new] - The 'Email End of Line' is now available in all 3 languages settings windows. Previously was only available as a preference settings. Due to the increase number of support request regarding problems when sending the email, this option was made more public
· [fix] - Double quotes are no longer quoted when using the message method in the landing pages (2164)
· [fix] - Extended characters in the email subject and body were not correctly saved in the settings file (2337)
· [fix] - PHP: The US State validation was case sensitive in PHP. Now is case insensitive (2342)
· [fix] - PHP: The confirmation email was incorrectly encoding the TO field when a file attach was added (2296)
· [fix] - PHP: Date validation format MM/DD/YYYY now validates the year correctly
· [fix] - PHP: Fixed a bug with the stop words security function when using a forward slash '/' in the stop word (2225)
· [fix] - Perl: Enhanced the filtering code of strange characters in the headers of the email in Perl (1908)
· [fix] - Fixed a possible cause of crash when opening settings files (2245, 2248)
· [fix] - HTML form fields of the type popupmenu or listboxes can now have the US State validation option (2255)
· [fix] - Added more compiler checks to prevent the creation of non working scripts
· [fix] - Many cosmetic issues, mainly on Windows Vista