[Pro] Formatting form entry data

Is it possible to format the data users enter on a form?

Some users type all in capitals and other all in lowercase which make our data look scruffy.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Kevin,
You can try and enforce this in the browser using JavaScript but you’d be better off post-processing the text after the user submits the form. What are you doing with the submitted data? You can modify your form handler code to adjust the text before emailing it or inserting it in your database.
Regards,
Tim.

On 30 Apr 2012, at 12:35, Kevin Cheesman wrote:

Is it possible to format the data users enter on a form?

Some users type all in capitals and other all in lowercase which make our data look scruffy.


FreewayActions.com - Freeware and commercial Actions for Freeway Express & Pro - http://www.freewayactions.com
FreewayStyle.com - Free Freeway templates and parts to download, use and explore - http://www.freewaystyle.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Tim,

Easy to juggle with the data and format it. I use Data Extractor and Numbers, but just thought I’d try and save some time.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

It’s very easy to make a global change if you are willing to ignore a lot of special cases. But to make a capitalization routine that is aware of proper nouns, InterCaps, articles, abbreviations, and acronyms – that’s gonna hurt your head some.

Walter

On Apr 30, 2012, at 7:35 AM, Kevin Cheesman wrote:

Is it possible to format the data users enter on a form?

Some users type all in capitals and other all in lowercase which make our data look scruffy.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options