Avatar

Level 4

Hi, I posted a question and a forum user Raghu was really great, and helped to get a working demo going, but i'm still a bit lost

the demo form is attached, and as you can see Raghu has some cool code on the variables to make stuff go ALL CAPS and Sentence caps, which is what we need, and you can see that it works cause it is output to the text fields and appears correctly.

Now thats cool, i suspect were 90+ % of the way there, but what i dont know how to do is to have the input text (the name fields rawValue) turned into variables so i can use them without first putting them into fields and referencing those

Raghu kindly explained that this could be done by calling it as a function, (and no doubt he's right) but i don't know how to do that.....

can anyone clarify, ideally with an idiot proof example or two

I need to be able to attach the code/call the function to about 20 fields in each form, and have a variable for each of those fields, like so

First Name Field      - rawvValue entered  " Julia"  

Middle Name Field   - rawValue entered "katie"

Last name field -      - rawValue entered "smith"

to get 6 vars that i call call directly ie FNUpper (for JULIA) FNSC (for Julia) MNUPPER (for KATIE) and so on

anyone out there able to explain/demonstrate this in idiot proof lingo?

thanks for the help