Avatar

Level 3

Thanks Ragha,

But in fact, I would like to auto increment the textfields. I have got several pages. This is a form to fill in some business cards. So, on the first page there is a common textfield (name) and below 2 textfields also called name. They are automatically filled. On the second page, I have got again the same textfields with the same name. So, obviously, the textfields have the same name than on the first page because of the kind of binding (global data). In my opinion, your solution with "use name" is about equivalent to mine. I would like to know if, by creating only one master page, the different textfields (name, function, tel, and so on) can be auto increment with javascript to avoid some errors.

Many thanks