Today we released Forms To Go 4.2.5. This is a maintenance release to fix a bug ocurring in PHP scripts when validating a file field by its filetype. We also revised the licensing mechanism to make it easier to register the application.
One small but interesting feature we added in Forms To Go 4.2.5 is the modification of fieldname labels when creating the default body email messages.
If you had field names like:
TelephoneNumber
EmailAddress
zip_code
the default body message was:
TelephoneNumber : #TelephoneNumber#
EmailAddress : #EmailAddress#
zip_code : #zip_code#
now we’ve added an empty space for every underscore _ and between lower and uppercase letter, so the new body of the email, with the same field names, will look like:
Telephone Number : #TelephoneNumber#
Email Address : #EmailAddress#
zip code : #zip_code#
Notice the empty space in the labels?
Of course, you can always change the body of the email message to whatever you want, but this feature will make it more readable for those who need a quick script.