asked on April 26, 2022 Show version history

In the new forms desinger scripting instructions it keeps mentioning accessing a field by ID but I see  no option to set IDs in advanced yet, it still shows that you are setting a class, which is what we have always used in the past to label fields we wanted to access with javascript.

Also I thought the reason classes are used over IDs to reference fields is because an ID must be unique, only classes can be shared across fields.

There is no way you could access multiple fields as an array if the ID must be unique for all.

What happened to classes?

0 0