PDF Form event.change

Previous topic - Next topic

philou7168

Hi.

Sorry for my bad english, but I don't find any Help in French.

I want to Make a presentation PDF Form but I will force the Format of the text field.

For example for the NAME I will the text field in Uppercase. I give this code in custom format:

Format: event.change = event.change.toUpperCase();
Strike: event.change = event.change.toUpperCase();

How can I fond the list of any fonction event.change.XXX.

For example for the Firstname I will force the first letter in Uppercase and all after in Lowercase (Philou).

Thank's for the Help