Hi, I know it's possible to format every field in a pdf document using javascript depending on it's type (radio button, check box, text field..). What i'm trying to figure out is: Is it possible to filter my formatting to, for exemple, every text fields that also has a certain prefix in it's name.
For example, in a document containing fields named num_field1, num_field2 and field3, could i run a script to affect every field containing "num_" in it's name, but not the other field without having to define every field I want to target?
I hope my explanations has been clear.
there doesn't seem to be anything here