Threaded View
-
13 Dec 2012 11:54 AM #1
Unanswered: Multiple fields with the same name - multiple events
Unanswered: Multiple fields with the same name - multiple events
Hi there,
I have a complex and generic form where there are 3 hidden fields that have the same name. When I set the values of the form using:
It only sets the first of the 3 fields.Code:myForm.getForm().setValues( valueObj )
Is there any way to set all 3? As I require the events of all 3 to be fired.
Thanks in advance


Reply With Quote